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 d7c2094 commit 024e368Copy full SHA for 024e368
package.json
@@ -24,7 +24,7 @@
24
"test": "jest ./test/unit",
25
"test:unit": "jest ./test/unit",
26
"test:api": "jest ./test/api",
27
- "test:sanity-report": "jest ./test/api --config jest.config.ts && node sanity-report.mjs",
+ "test:sanity-report": "node sanity-report.mjs",
28
"lint": "eslint . -c .eslintrc.json",
29
"clean": "node tools/cleanup",
30
"package": "npm run build && npm pack",
0 commit comments