Skip to content

Files

Latest commit

author
Minggang Wang
Jan 6, 2021
30d0ab0 · Jan 6, 2021

History

History

test

Introduction

This directory contains the files for two kinds of tests:

  • browser: tests that are running in the Google Chromium browser environment. testharness.js framework is used in these tests.
  • node.js: tests that are running in Node.js runtime and mocha framework is used in these tests.

Run tests

  • For nodejs tests, run
    npm run test
    
  • For browser tests, run
    npm run browser