Skip to content

Commit 335dc3c

Browse files
committed
revert: add back sanity script
1 parent 663e130 commit 335dc3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"test:all": "jest ./test/unit && jest ./test/api",
6262
"test:watch": "jest ./test/unit --watch",
6363
"test:coverage": "jest ./test/unit --coverage",
64+
"test:sanity-report": "node sanity-report.mjs",
6465
"lint": "eslint src --ext .ts",
6566
"lint:fix": "eslint src --ext .ts --fix",
6667
"package": "npm run build && npm pack",

0 commit comments

Comments
 (0)