Skip to content

Commit 5232fb9

Browse files
author
Simon Planinschek
committed
Add jest config file to project root
1 parent 4d3513b commit 5232fb9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

jestconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"transform": {
3+
"^.+\\.(t|j)sx?$": "ts-jest"
4+
},
5+
"testRegex": "(/__tests?__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
6+
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
7+
}

0 commit comments

Comments
 (0)