Skip to content

Commit

Permalink
chore: format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 25, 2017
1 parent d798e0f commit b8fbe08
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -34,8 +34,14 @@
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": ["/node_modules/", "/src/test/__fixtures__/"],
"coverageReporters": ["json", "text"],
"testPathIgnorePatterns": [
"/node_modules/",
"/src/test/__fixtures__/"
],
"coverageReporters": [
"json",
"text"
],
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down

0 comments on commit b8fbe08

Please sign in to comment.