mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
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:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user