refactor app.js

test not found routes
This commit is contained in:
2018-05-18 16:41:43 +03:00
parent fed71d59e3
commit c0af83f3f1
9 changed files with 3131 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
{
"extends": ["airbnb-base"],
"extends": ["airbnb-base", "plugin:jest/recommended"],
"plugins": ["jest"],
"rules": {
"linebreak-style": "off",
"no-unused-expressions": [