mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-25 17:54:43 +03:00
chore: upgrade Jest to the latest version
This commit is contained in:
parent
1d559070e2
commit
5474b6eccc
2352
package-lock.json
generated
2352
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -88,7 +88,7 @@
|
||||
"git-changelog": "git+https://git@github.com/louistiti/git-changelog.git",
|
||||
"husky": "^0.14.3",
|
||||
"inquirer": "^5.1.0",
|
||||
"jest": "^23.4.1",
|
||||
"jest": "^24.1.0",
|
||||
"jest-extended": "^0.7.2",
|
||||
"json": "^9.0.6",
|
||||
"nodemon": "^1.18.9",
|
||||
|
@ -10,5 +10,7 @@
|
||||
"setupFiles": [
|
||||
"<rootDir>/test/paths.setup.js"
|
||||
],
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/test/e2e/modules/e2e.modules.setup.js"
|
||||
"setupFilesAfterEnv": [
|
||||
"<rootDir>/test/e2e/modules/e2e.modules.setup.js"
|
||||
]
|
||||
}
|
||||
|
@ -10,7 +10,9 @@
|
||||
"setupFiles": [
|
||||
"<rootDir>/test/paths.setup.js"
|
||||
],
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/test/unit/unit.setup.js",
|
||||
"setupFilesAfterEnv": [
|
||||
"<rootDir>/test/unit/unit.setup.js"
|
||||
],
|
||||
"coverageDirectory": "<rootDir>/test/coverage",
|
||||
"collectCoverageFrom": [
|
||||
"<rootDir>/server/src/**/*.js",
|
||||
|
Loading…
Reference in New Issue
Block a user