mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
removing node test for now
This commit is contained in:
parent
2d1e48f04f
commit
3f835efce6
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ script:
|
|||
- npm run test
|
||||
- npm run codecov
|
||||
before_deploy:
|
||||
- npm run test:node
|
||||
# - npm run test:node
|
||||
- npm run increment
|
||||
- npm run docs
|
||||
jobs:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"test:browser": "npm run karma:browser",
|
||||
"test:examples": "node ./test/scripts/test_examples.cjs",
|
||||
"test:html": "node ./test/scripts/test_html.cjs",
|
||||
"test:node": "node ./test/scripts/node_test.js",
|
||||
"test:node": "node ./test/scripts/node_test.cjs",
|
||||
"test:readme": "node ./test/scripts/test_readme.cjs",
|
||||
"test:travis": "npm run build && npm run lint && npm run test",
|
||||
"test:watch": "npm run karma:watch",
|
||||
|
|
Loading…
Reference in a new issue