You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test": "npm run jshint && npm run mocha && npm run test:browser && npm run test:slim-worker-single && npm run test:slim-worker-progressive && npm run test:exports-worker",
I added release scripts and only included test:browser in the preversion script because other tests weren’t passing for me locally.
Right now, Travis only runs the
test:browser
script:steal-tools/.travis.yml
Line 13 in 003ec65
The
test
script has a lot more in it:steal-tools/package.json
Line 89 in 003ec65
I added release scripts and only included
test:browser
in thepreversion
script because other tests weren’t passing for me locally.steal-tools/package.json
Line 96 in 003ec65
Is this expected? Should CI run other tests too? What should be run locally?
The text was updated successfully, but these errors were encountered: