Commit graph

10 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
f8fcc4cec6
Simplifying oscillator type strings using templates (#1234)
* simplifying interface types using templates

* uploading codecov threshold

* adjusting thresh

* updating checkout
2024-04-28 13:05:42 -04:00
Yotam Mann
3d42017f50
Deprecating singleton variables, use singleton getter instead (#1233)
* Deprecating singleton variables, use singleton getter instead

* updating references

* moving over to getters instead of global vars
2024-04-28 13:05:26 -04:00
Yotam Mann
d0b874bfca fixing job dependencies 2024-04-25 17:30:56 -04:00
Yotam Mann
7882bed066 reverting isNote test, fixing workflow 2024-04-25 17:19:50 -04:00
Yotam Mann
dde56ad5be Update test.yml 2024-04-25 16:47:45 -04:00
Yotam Mann
4fa5ecfe34 Update test.yml 2024-04-25 15:06:55 -04:00
Yotam Mann
515b9c044e Running tests on main, removing commit 2024-04-25 14:47:12 -04:00
Yotam Mann
1a427ee2ae publishing 2024-04-25 14:32:30 -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