removing node test for now

This commit is contained in:
Yotam Mann 2021-10-13 14:26:02 -04:00
parent 2d1e48f04f
commit 3f835efce6
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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",