Skip to content

Commit 8af2a8d

Browse files
committed
fix: script
1 parent 921d47a commit 8af2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"version": "oclif readme && git add README.md",
7676
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
7777
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
78-
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.js\""
78+
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
7979
},
8080
"engines": {
8181
"node": ">=16"

0 commit comments

Comments
 (0)