Skip to content

Commit 6652262

Browse files
committed
chore: test command
1 parent bb92129 commit 6652262

File tree

2 files changed

+182
-130
lines changed

2 files changed

+182
-130
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"test": "jest --env=jsdom",
8+
"test": "jest --passWithNoTests --bail --detectOpenHandles --verbose --env=jsdom",
99
"test:watch": "jest --watchAll",
1010
"test:watch:jsdom": "jest --watchAll --env=jsdom",
1111
"build": "yarn clean && tsc",
@@ -48,11 +48,11 @@
4848
},
4949
"homepage": "https://github.com/chantouchsek/vue-axios-http#readme",
5050
"devDependencies": {
51-
"@commitlint/cli": "^15.0.0",
52-
"@commitlint/config-conventional": "^15.0.0",
51+
"@commitlint/cli": "^16.0.1",
52+
"@commitlint/config-conventional": "^16.0.0",
5353
"@nuxt/types": "^2.15.8",
54-
"@types/jest": "^27.0.1",
55-
"@types/node": "^17.0.0",
54+
"@types/jest": "^27.4.0",
55+
"@types/node": "^17.0.7",
5656
"@types/qs": "^6.9.7",
5757
"@typescript-eslint/eslint-plugin": "^4.33.0",
5858
"@typescript-eslint/parser": "^4.31.1",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-prettier": "^4.0.0",
6666
"eslint-plugin-promise": "^5.1.0",
6767
"husky": "^7.0.4",
68-
"jest": "^27.2.0",
68+
"jest": "^27.4.5",
6969
"nodemon": "^2.0.12",
7070
"nuxt-edge": "^2.16.0-27217455.034b9901",
7171
"prettier": "^2.4.1",

0 commit comments

Comments
 (0)