Skip to content

Commit

Permalink
Set up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioImp committed Dec 1, 2019
1 parent 6744af1 commit 6c7698c
Show file tree
Hide file tree
Showing 7 changed files with 3,173 additions and 90 deletions.
6 changes: 6 additions & 0 deletions config/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"jwtPrivateKey": "1234",
"jwtExpirationTime": "2 days",
"AWS_ACCESS_KEY_ID": "aaaa",
"AWS_SECRET_ACCESS_KEY": "aaaa"
}
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
testPathIgnorePatterns : ["/node_modules/", "/thespoon/", "/mobileApp/"]
};
Loading

0 comments on commit 6c7698c

Please sign in to comment.