Tone.js/test
Yotam Mann 2fea903b2d ignoring worklet files
since they are run in a AudioWorklet context
2020-04-29 14:40:26 -04:00
..
audio updating tests for slightly different oscillator sound 2020-04-13 23:13:28 -04:00
helper skipping test in firefox 2020-04-14 23:54:22 -04:00
scripts feat: updating all examples 2020-04-16 22:24:18 -04:00
karma.conf.js ignoring worklet files 2020-04-29 14:40:26 -04:00
README.md Update README.md 2019-11-16 17:21:16 -05:00

Both Chrome and Firefox are required to run the run the full set of tests.

Basic

To run tests in both browsers headlessly and report the results:

npm run test

Browser

To run tests in a Chrome browser not in headless mode which allows you to debug from the console:

npm run test:browser

Selective Testing

To test only an individual file:

npm run test --file=Signal

Or to run on an entire directory:

npm run test --dir=signal