Skip to content

Commit a05babc

Browse files
committed
Fix tests
1 parent 71cfda2 commit a05babc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Vue/Resources/assets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@hotwired/stimulus": "^3.0.0",
2323
"@types/webpack-env": "^1.16",
24-
"@vue/vue3-jest": "27",
24+
"@vue/vue3-jest": "^27.0.0",
25+
"ts-jest": "^27.1.5",
2526
"vue": "^3.0"
26-
},
27-
"dependencies": {}
27+
}
2828
}

0 commit comments

Comments
 (0)