Skip to content

Commit

Permalink
Update jest version
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
  • Loading branch information
rak-phillip committed Jun 20, 2024
1 parent cd6f909 commit 690f097
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 653 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ module.exports = {
'^.+\\.tsx?$': 'ts-jest', // process `*.ts` files with `ts-jest`
'^.+\\.svg$': '<rootDir>/svgTransform.js' // to mock `*.svg` files
},
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!jsonpath-plus)'
],
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],

// Coverage
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@types/copy-webpack-plugin": "^5.0.3",
"@types/dompurify": "3.0.0",
"@types/is-url": "1.2.30",
"@types/jest": "27.4.1",
"@types/jest": "29.5.12",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "4.14.184",
"@types/node": "16.4.3",
Expand All @@ -158,11 +158,11 @@
"@vue/cli-service": "4.5.18",
"@vue/eslint-config-standard": "5.1.2",
"@vue/test-utils": "1.2.1",
"@vue/vue2-jest": "27.0.0",
"@vue/vue2-jest": "29.2.6",
"add": "2.0.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-jest": "29.7.0",
"babel-loader": "8.2.4",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-transform-require-context": "0.1.1",
Expand All @@ -184,14 +184,15 @@
"eslint-plugin-vue": "9.10.0",
"flush-promises": "1.0.2",
"frontmatter-markdown-loader": "3.7.0",
"jest": "27.5.1",
"jest": "29.7.0",
"jest-serializer-vue": "2.0.2",
"jest-environment-jsdom": "29.7.0",
"lodash.debounce": "4.0.8",
"nodemon": "2.0.22",
"nyc": "15.1.0",
"start-server-and-test": "1.13.1",
"style-loader": "3.3.2",
"ts-jest": "27.1.4",
"ts-jest": "29.1.5",
"typescript": "4.5.5",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16",
Expand All @@ -214,4 +215,4 @@
"merge": ">=2.1.1",
"semver": ">=7.5.2"
}
}
}
Loading

0 comments on commit 690f097

Please sign in to comment.