You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
320 B
16 lines
320 B
8 years ago
|
{
|
||
|
"moduleFileExtensions": [
|
||
|
"ts",
|
||
|
"tsx",
|
||
|
"js",
|
||
|
"md"
|
||
|
],
|
||
|
"transform": {
|
||
|
"\\.tsx?$": "node_modules/typescript-babel-jest",
|
||
|
"tests/.*\\.js$": "node_modules/babel-jest",
|
||
|
"\\.md$": "node_modules/antd-demo-jest"
|
||
|
},
|
||
|
"testRegex": "/tests/node/.*\\.test\\.js$",
|
||
|
"testEnvironment": "node"
|
||
|
}
|