Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit e0c7d9e

Browse files
committed
chore: Install mocks-server before running tests
1 parent 2d25aaf commit e0c7d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"mocks:install": "cd mocks && npm i",
3030
"mocks:ci": "cd mocks && npm run mocks:ci",
3131
"test": "jest",
32-
"test:coverage": "start-server-and-test mocks:ci tcp:3200 test",
32+
"test:coverage": "npm run mocks:install && start-server-and-test mocks:ci tcp:3200 test",
3333
"coveralls": "cat ./coverage/lcov.info | coveralls",
3434
"test:ci": "npm run test:coverage"
3535
},

0 commit comments

Comments
 (0)