-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Right now, Travis only runs the test:browser script:
Line 13 in 003ec65
| - npm run test:browser |
The test script has a lot more in it:
Line 89 in 003ec65
| "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.
Line 96 in 003ec65
| "preversion": "npm run jshint && npm run test:browser", |
Is this expected? Should CI run other tests too? What should be run locally?
Reactions are currently unavailable