Skip to content

Commit 33375fc

Browse files
committed
fix accidentally broken test running, remove uneeded type
1 parent f29d89b commit 33375fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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":

0 commit comments

Comments
 (0)