Bring back old test setup

This commit is contained in:
Jori Lallo
2017-07-09 11:36:30 -07:00
parent 9649427792
commit 64994ef351
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"<rootDir>/server"
],
"setupFiles": [
"<rootDir>/__mocks__/console.js"
"<rootDir>/__mocks__/console.js",
"./server/test/helper.js"
],
"testEnvironment": "node"
}