Skip to content

Commit

Permalink
test(vue-jest): update vue-jest dependency (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 authored Jul 31, 2024
1 parent 71c08db commit 46ff08b
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion packages/x-components/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
preset: 'ts-jest',
transform: {
'^.+\\.vue$': '@vue/vue2-jest',
'^.+\\.vue$': '@vue/vue3-jest',
'^.+\\.scss$': 'jest-scss-transform'
},
testMatch: ['<rootDir>/src/**/*.spec.ts'],
Expand Down
1 change: 1 addition & 0 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"@types/testing-library__jest-dom": "~5.14.5",
"@vitejs/plugin-vue": "~5.0.5",
"@vue/test-utils": "~2.4.6",
"@vue/vue3-jest": "~27.0.0",
"autoprefixer": "~10.4.4",
"convert-source-map": "~2.0.0",
"cypress": "~13.6.0",
Expand Down
Loading

0 comments on commit 46ff08b

Please sign in to comment.