- run: yarn run build:dts
- run: yarn run test:unit --maxWorkers=2
- run: yarn run build:e2e
- - run: yarn run test:e2e
+ - run: yarn run test:e2e:ci
- run:
name: Send code coverage
"test:unit": "jest --coverage",
"test": "yarn run test:types && yarn run test:unit",
"test:e2e": "node e2e/runner.js -e chrome",
- "test:e2e:ci": "node e2e/runner.js --local -e ie,android44 -c e2e/nightwatch.browserstack.js e2e/specs/encoding.js"
+ "test:e2e:ci": "node e2e/runner.js -e firefox"
},
"gitHooks": {
"pre-commit": "lint-staged",