Skip to content

Commit 60155b6

Browse files
authored
Merge pull request #10 from abraham/config
Move jest and renovate config to package.json
2 parents b396ff7 + 5cea112 commit 60155b6

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

jest.config.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,27 @@
3131
"jest": "23.4.1",
3232
"ts-jest": "23.0.1",
3333
"typescript": "2.9.2"
34+
},
35+
"jest": {
36+
"roots": [
37+
"<rootDir>/src"
38+
],
39+
"transform": {
40+
"^.+\\.tsx?$": "ts-jest"
41+
},
42+
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
43+
"moduleFileExtensions": [
44+
"ts",
45+
"tsx",
46+
"js",
47+
"jsx",
48+
"json",
49+
"node"
50+
]
51+
},
52+
"renovate": {
53+
"extends": [
54+
"config:base"
55+
]
3456
}
3557
}

renovate.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)