7 lines
135 B
JSON
7 lines
135 B
JSON
{
|
|
"rootDir": "./test/jest",
|
|
"testEnvironment": ".",
|
|
"testMatch": ["**/?(*.)spec.[jt]s"],
|
|
"testRunner": "jest-circus/runner"
|
|
}
|