File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 "format" : " prettier --write ." ,
1010 "prepare" : " husky install" ,
1111 "test" : " jest --config jest.config.js tests/ui" ,
12- "test:unit" : " jest --config jest.config.js --coverage --coverageDirectory=coverage/unit" ,
13- "test:integration" : " jest --config jest.config.js --coverage --coverageDirectory=coverage/integration" ,
12+ "test:unit" : " jest --config jest.config.js --coverage --coverageDirectory=coverage/unit tests/ui/unit " ,
13+ "test:integration" : " jest --config jest.config.js --coverage --coverageDirectory=coverage/integration tests/ui/integration " ,
1414 "test:e2e" : " cypress run --headless" ,
1515 "coverage:merge" : " nyc merge coverage/unit > coverage/tmp.json && nyc merge coverage/integration coverage/tmp.json && mv coverage/tmp.json coverage/coverage-final.json" ,
1616 "coverage:collect" :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments