Commit graph

19 commits

Author SHA1 Message Date
Yotam Mann
aaf880c925
Using web-test-runner for tests, updating import paths (#1242)
* WIP moving tests to web-test-runner

* updating thresholds

* Adding file extensions

* Testing integrations

* linting

* fixing dep

* moving back to root dir

* prettier all of the files

* updating eslint rules to use with prettier

* remove import package

* moving tsignore around

* removing unneeded ignores

* all tests run on puppeteer, no need for testing guards

* linting

* import type syntax

* cleaning up

* Update package.json
2024-05-03 14:31:14 -04:00
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
Yotam Mann
d6a23a134c fixing typo 2021-12-18 17:36:57 -05:00
Yotam Mann
cf9edc5992 moving to .cjs scripts 2021-10-13 13:56:57 -04:00
Yotam Mann
6b5daa7d07 using new way to handle offline tests 2020-07-26 13:55:06 -07:00
Yotam Mann
ebd84be80b testing all of the scripts in the readme 2020-07-26 13:37:38 -07:00
Yotam Mann
9352dcafc6 splitting the examples into two sections to speed things up 2020-07-19 12:41:20 -07:00
Yotam Mann
8a82a5f794 running examples through typescript checker 2020-07-19 10:50:44 -07:00
Yotam Mann
705723f919 serial iteration instead of parallel
hopefully it's not too slow
2020-07-19 10:42:15 -07:00
Yotam Mann
5e3a76bb9d print examples and then throw error if they didn't pass 2020-07-19 10:12:08 -07:00
Yotam Mann
919f116871 throw error if didn't pass all tests 2020-07-19 09:41:04 -07:00
Yotam Mann
55b555d25c moving writeFile into try/catch 2020-07-18 08:36:18 -07:00
Yotam Mann
47f3ef5089 reverting part of it 2020-07-17 19:17:30 -07:00
Yotam Mann
4dd5166927 wasn't actually testing examples
😳
2020-07-17 19:10:47 -07:00
Yotam Mann
f17249691d feat: updating all examples
now in the form Tone.Something instead of using `import { Something } from "tone"`. It makes the example runner on the docs page work much faster
2020-04-16 22:24:18 -04:00
Yotam Mann
71c9c5f19e throws error if examples don't compile 2019-11-22 15:48:22 -05:00
Yotam Mann
2e91972934 pointing the compiler at the correct dir 2019-11-22 13:40:53 -05:00
Yotam Mann
0246dda544 updating example path 2019-11-16 18:01:34 -05:00
Yotam Mann
472afc7d1d reorganising testing directory 2019-11-16 17:45:22 -05:00