We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d47a commit 8af2a8dCopy full SHA for 8af2a8d
packages/contentstack-audit/package.json
@@ -75,7 +75,7 @@
75
"version": "oclif readme && git add README.md",
76
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
77
"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\""
+ "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
79
},
80
"engines": {
81
"node": ">=16"
0 commit comments