This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/.jestconfig.json

13 lines
225 B
JSON
Raw Permalink Normal View History

{
"verbose": false,
"rootDir": "..",
"roots": [
"<rootDir>/server",
"<rootDir>/shared"
],
"setupFiles": [
2017-07-09 18:36:30 +00:00
"<rootDir>/__mocks__/console.js",
"./server/test/setup.js"
2016-09-11 19:09:45 +00:00
],
"testEnvironment": "node"
2017-07-09 04:13:47 +00:00
}