2020-07-08 20:13:18 +02:00
|
|
|
{
|
2020-07-16 20:18:38 +02:00
|
|
|
"rootDir": "./test",
|
|
|
|
|
"testEnvironment": "./jest",
|
|
|
|
|
"testMatch": ["**/?(*.)jest.[jt]s"],
|
|
|
|
|
"testRunner": "jest-circus/runner",
|
|
|
|
|
"testTimeout": 10000,
|
|
|
|
|
"globalSetup": "./jest/setup.js",
|
|
|
|
|
"globalTeardown": "./jest/teardown.js"
|
2020-07-08 20:13:18 +02:00
|
|
|
}
|