Skip to content

Commit 6b347ef

Browse files
committed
chore: prepend nyc to e2e test command
1 parent 790a871 commit 6b347ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:coverage": "npm run test:only -- --coverage",
4242
"test:watch": "npm run test:coverage --watch",
4343
"test": "npm run test:coverage",
44-
"test:e2e": "playwright test",
44+
"test:e2e": "npx nyc playwright test",
4545
"pretest": "npm run lint",
4646
"prepare": "husky && npm run build",
4747
"release": "standard-version"

0 commit comments

Comments
 (0)