mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
{
|
|
"verbose": true,
|
|
"testPathDirs": [
|
|
"<rootDir>/server"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/__mocks__/console.js",
|
|
"./server/test/helper.js"
|
|
]
|
|
}
|