Close database connections after running tests

This commit is contained in:
Michael Jackson
2018-10-30 20:30:13 -07:00
parent 9b9ded57e7
commit 0bc640962c
5 changed files with 1238 additions and 9 deletions

View File

@ -70,14 +70,5 @@
},
"engines": {
"node": "8"
},
"jest": {
"moduleNameMapper": {
"\\.css$": "<rootDir>/modules/__mocks__/styleMock.js"
},
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/utils"
]
}
}