We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663e130 commit 335dc3cCopy full SHA for 335dc3c
package.json
@@ -61,6 +61,7 @@
61
"test:all": "jest ./test/unit && jest ./test/api",
62
"test:watch": "jest ./test/unit --watch",
63
"test:coverage": "jest ./test/unit --coverage",
64
+ "test:sanity-report": "node sanity-report.mjs",
65
"lint": "eslint src --ext .ts",
66
"lint:fix": "eslint src --ext .ts --fix",
67
"package": "npm run build && npm pack",
0 commit comments