8 lines
124 B
JSON
8 lines
124 B
JSON
|
{
|
||
|
"rootDir": "./",
|
||
|
"preset": "../packages/js-tests/jest.config.js",
|
||
|
"transform": {
|
||
|
"^.+\\.[jt]sx?$": "babel-jest"
|
||
|
}
|
||
|
}
|