require authentication for todos,

use in-memody db for tests
This commit is contained in:
2018-05-30 21:42:30 +03:00
parent fd142c8710
commit db46f1a2b4
16 changed files with 601 additions and 118 deletions

View File

@@ -2,4 +2,5 @@
"editor.tabSize": 2,
"prettier.eslintIntegration": true,
"editor.insertSpaces": true,
}
"jest.pathToJest": "npm test --"
}