mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
refactor(webapp): jest to latest and vue test utils to latest
This commit is contained in:
parent
3d8d35bfed
commit
6aead3f75e
@ -30,4 +30,5 @@ module.exports = {
|
|||||||
'^~/(.*)$': '<rootDir>/$1',
|
'^~/(.*)$': '<rootDir>/$1',
|
||||||
},
|
},
|
||||||
moduleFileExtensions: ['js', 'json', 'vue'],
|
moduleFileExtensions: ['js', 'json', 'vue'],
|
||||||
|
testEnvironment: 'jsdom',
|
||||||
}
|
}
|
||||||
|
|||||||
@ -77,7 +77,7 @@
|
|||||||
"@vue/cli-shared-utils": "~4.3.1",
|
"@vue/cli-shared-utils": "~4.3.1",
|
||||||
"@vue/eslint-config-prettier": "~6.0.0",
|
"@vue/eslint-config-prettier": "~6.0.0",
|
||||||
"@vue/server-test-utils": "~1.0.0-beta.31",
|
"@vue/server-test-utils": "~1.0.0-beta.31",
|
||||||
"@vue/test-utils": "~1.0.0-beta.31",
|
"@vue/test-utils": "1.3.4",
|
||||||
"async-validator": "^3.2.4",
|
"async-validator": "^3.2.4",
|
||||||
"babel-core": "~7.0.0-bridge.0",
|
"babel-core": "~7.0.0-bridge.0",
|
||||||
"babel-eslint": "~10.1.0",
|
"babel-eslint": "~10.1.0",
|
||||||
@ -100,7 +100,8 @@
|
|||||||
"eslint-plugin-vue": "~6.2.2",
|
"eslint-plugin-vue": "~6.2.2",
|
||||||
"flush-promises": "^1.0.2",
|
"flush-promises": "^1.0.2",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "~26.6.3",
|
"jest": "29.4",
|
||||||
|
"jest-environment-jsdom": "^29.4.2",
|
||||||
"mutation-observer": "^1.0.3",
|
"mutation-observer": "^1.0.3",
|
||||||
"prettier": "~2.7.1",
|
"prettier": "~2.7.1",
|
||||||
"sass-loader": "~10.1.1",
|
"sass-loader": "~10.1.1",
|
||||||
|
|||||||
2040
webapp/yarn.lock
2040
webapp/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user