This work provides a foundation for a more pluggable authentication system such as the one outlined in #1317. closes #1317
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"verbose": false,
|
|
"rootDir": "..",
|
|
"roots": [
|
|
"<rootDir>/server",
|
|
"<rootDir>/shared"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/__mocks__/console.js",
|
|
"./server/test/helper.js"
|
|
],
|
|
"testEnvironment": "node"
|
|
} |