We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d3e5c commit ef2e8fdCopy full SHA for ef2e8fd
package.json
@@ -37,7 +37,7 @@
37
},
38
"types": "dist/index.d.ts",
39
"scripts": {
40
- "test": "c8 --reporter=text playwright test",
+ "test": "c8 --reporter=text --reporter=lcov playwright test",
41
"build": "tsdown",
42
"check": "tsc --noEmit",
43
"lint": "oxlint --config .oxlintrc.json",
0 commit comments