Tone.js/test
Yotam Mann a256ae2e6c
Working on getting github actions to run (#1231)
* working on getting actions to run

* running all tests

* run on CHROME only

* Update test.yml

* ignoring node_modules

* updating typedocs

* trying to ignore compiler errors

* Update tsconfig.json

* running doc tests in parallel

* speeding up docs example tests

* Update test.yml

* testing README

* 2 spaces instead of 4

* codecov

* remove travis ci

* adding token

* updating codecov
2024-04-25 14:06:55 -04:00
..
audio Don't reschedule source when offset is very small 2021-12-19 11:21:27 -05:00
helper additional cleanup checks 2021-10-13 13:24:41 -04:00
scripts Working on getting github actions to run (#1231) 2024-04-25 14:06:55 -04:00
karma.conf.cjs increasing the disconnect time 2021-10-13 14:21:23 -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