10 lines
237 B
JSON
10 lines
237 B
JSON
{
|
|
"rootDir": "./test",
|
|
"testEnvironment": "./jest",
|
|
"testMatch": ["**/?(*.)jest.[jt]s"],
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 10000,
|
|
"globalSetup": "./jest/setup.js",
|
|
"globalTeardown": "./jest/teardown.js"
|
|
}
|