Skip to content

Commit 75dfe08

Browse files
build: updated oclif/test version to 2.5.6
1 parent f327429 commit 75dfe08

File tree

2 files changed

+134
-23
lines changed

2 files changed

+134
-23
lines changed

package-lock.json

Lines changed: 132 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"winston": "^3.11.0"
3333
},
3434
"devDependencies": {
35-
"@oclif/test": "^4.0.3",
35+
"@oclif/test": "^2.5.6",
3636
"@types/adm-zip": "^0.5.5",
3737
"@types/chai": "^4.3.11",
3838
"@types/lodash": "^4.17.4",
@@ -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/**/*.test.ts\"",
81+
"test": "mocha --forbid-only \"test/unit/commands/app/deploy.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)