Reorg package.json so it meets Yarn's normal formatting
This commit is contained in:
parent
362f127349
commit
e5af774351
1 changed files with 4 additions and 1 deletions
|
@ -163,7 +163,10 @@
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.tsx?$": "ts-jest"
|
"^.+\\.tsx?$": "ts-jest"
|
||||||
},
|
},
|
||||||
"testPathIgnorePatterns": ["/node_modules/", "/config/webpack/test.js"],
|
"testPathIgnorePatterns": [
|
||||||
|
"/node_modules/",
|
||||||
|
"/config/webpack/test.js"
|
||||||
|
],
|
||||||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||||||
"moduleFileExtensions": [
|
"moduleFileExtensions": [
|
||||||
"ts",
|
"ts",
|
||||||
|
|
Loading…
Reference in a new issue