6 lines
99 B
JSON
6 lines
99 B
JSON
{
|
|
"runner": "./jest-runner.js",
|
|
"rootDir": "./test/",
|
|
"testMatch": ["**/?(*.)spec.[jt]s"]
|
|
}
|