Reorg package.json so it meets Yarn's normal formatting

This commit is contained in:
Eric Schultz 2020-04-23 14:19:31 -05:00
parent 362f127349
commit e5af774351

View file

@ -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",