Skip to content

Commit 024e368

Browse files
fix: simplify sanity report test script
1 parent d7c2094 commit 024e368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "jest ./test/unit",
2525
"test:unit": "jest ./test/unit",
2626
"test:api": "jest ./test/api",
27-
"test:sanity-report": "jest ./test/api --config jest.config.ts && node sanity-report.mjs",
27+
"test:sanity-report": "node sanity-report.mjs",
2828
"lint": "eslint . -c .eslintrc.json",
2929
"clean": "node tools/cleanup",
3030
"package": "npm run build && npm pack",

0 commit comments

Comments
 (0)