Skip to content

Commit

Permalink
updated mocha test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Eckowitz committed Dec 30, 2024
1 parent 0c7e512 commit 2e34ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "bin/run init && TS_NODE_FILES=true nyc --reporter=html --reporter=text --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"test": "bin/run init && TS_NODE_FILES=true nyc --reporter=html --reporter=text --extension .ts mocha --require ts-node/register --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md",
"lint": "eslint . --ext .ts,.js --ignore-pattern coverage",
"release": "np --no-2fa"
Expand Down
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit 2e34ca0

Please sign in to comment.