mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
[web] Update configuration of jest to avoid deprecation warning
This commit is contained in:
parent
20d3ae98e0
commit
82ecc5448d
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testRegex": "__tests__/.*Spec.js$",
|
"testRegex": "__tests__/.*Spec.js$",
|
||||||
"testPathDirs": [
|
"roots": [
|
||||||
"<rootDir>/src/js"
|
"<rootDir>/src/js"
|
||||||
],
|
],
|
||||||
"unmockedModulePathPatterns": [
|
"unmockedModulePathPatterns": [
|
||||||
|
Loading…
Reference in New Issue
Block a user