add migrations for datasource config

This commit is contained in:
Alexander Zobnin
2018-08-28 20:37:10 +03:00
parent ed5cc05c13
commit 07c7e4fc9e
5 changed files with 76 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
"moduleNameMapper": {
"^[./a-zA-Z0-9$_-]+\.css\!?$": "<rootDir>/src/test-setup/cssStub.js",
},
"testRegex": "(\\.|/)(test|spec)\\.(jsx?|tsx?)$",
"transform": {
"^.+\\.js$": "babel-jest"
},