Skip to content

Commit 57af772

Browse files
chore: updated test script in package.json
1 parent 57afe40 commit 57af772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"postpack": "shx rm -f oclif.manifest.json",
7979
"posttest": "npm run lint",
8080
"prepack": "npm run build && oclif manifest && oclif readme",
81-
"test": "mocha --forbid-only \"test/unit/commands/app/deploy.test.ts\"",
81+
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
8282
"version": "oclif readme && git add README.md",
8383
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
8484
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""

0 commit comments

Comments
 (0)