fix(tests): drop --onlyChanged

Using --onlyChanged means that coverage will only include a subset of tests, so it won't be accurate
This commit is contained in:
Łukasz Mierzwa
2018-08-22 15:24:49 +01:00
parent 56a2a147ca
commit 53cb95b197

View File

@@ -133,8 +133,7 @@ test-js-watch: .build/deps-build-node.ok
@# https://github.com/facebook/jest/issues/3436
@# use onchange for now
cd ui && ./node_modules/onchange/cli.js 'src/*.js' 'src/**/*.js' -- \
npm test -- \
--coverage --coverageReporters=lcov --onlyChanged
npm test -- --coverage --coverageReporters=lcov
.PHONY: test
test: lint test-go test-js