Skip to content

Commit

Permalink
Add authorization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfsousa committed Jul 18, 2017
1 parent 8b57c57 commit a1008c4
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"no-console": 0,
"no-underscore-dangle": 0,
"no-unused-vars": ["error", { "argsIgnorePattern": "next" }],
"no-use-before-define": ["error", { "variables": false }]
"no-use-before-define": ["error", { "variables": false }],
"no-multi-str": 0
},
"env": {
"node": true,
Expand Down
Loading

0 comments on commit a1008c4

Please sign in to comment.