We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3595aa commit 86cdf7bCopy full SHA for 86cdf7b
package.json
@@ -84,7 +84,8 @@
84
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
85
"version": "oclif readme && git add README.md",
86
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
87
- "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\"",
88
+ "test:unit:report:json": "mocha --reporter json --reporter-options output=report.json --forbid-only \"test/unit/**/*.test.ts\" && nyc --reporter=clover --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
89
},
90
"engines": {
91
"node": ">=16"
0 commit comments