We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a94a6e commit 89a1c38Copy full SHA for 89a1c38
packages/contentstack-audit/package.json
@@ -74,7 +74,8 @@
74
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
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\""
+ "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\""
79
},
80
"engines": {
81
"node": ">=16"
0 commit comments