We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddbcc4 commit c6e9e52Copy full SHA for c6e9e52
package.json
@@ -6,12 +6,11 @@
6
"type": "commonjs",
7
"types": "types/index.d.ts",
8
"scripts": {
9
- "coverage": "npm run unit -- --coverage-report=lcovonly",
10
"lint": "standard",
11
"lint:fix": "npm run lint -- --fix",
12
"prepare": "node scripts/prepare-swagger-ui",
13
"prepublishOnly": "npm run prepare",
14
- "test": "npm run prepare && npm run coverage && npm run typescript",
+ "test": "npm run prepare && npm run unit && npm run typescript",
15
"test:dev": "npm run lint && npm run unit && npm run typescript",
16
"test:e2e:command": "node ./examples/example-e2e.js",
17
"test:e2e": "npx playwright test",
0 commit comments