re-init jest config file

This commit is contained in:
Vu Nguyen
2021-01-15 23:22:59 -06:00
parent 47f1c21535
commit 3839ad404b
2 changed files with 194 additions and 12 deletions

View File

@@ -24,18 +24,6 @@
"prettier --write"
]
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testDirectoryName": "tests",
"testFileExtensions": [
"jest.js"
],
"testURL": "http://localhost/",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"verbose": true
},
"dependencies": {
"bootstrap": "3.4.1",
"classnames": "^2.2.5",