Skip to content

Commit

Permalink
Add a stub test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed May 1, 2019
1 parent a07e8e7 commit 0258213
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Empty file removed __tests__/.gitkeep
Empty file.
5 changes: 5 additions & 0 deletions __tests__/backupUsers.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('backupUsers', () => {
test('dummy test', () => {
expect(true).toEqual(true)
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"lint": "eslint --color -c .eslintrc.js --ext js .",
"test": "jest --colors --passWithNoTests"
"test": "jest --colors"
},
"engines": {
"node": "10.15.*"
Expand Down

0 comments on commit 0258213

Please sign in to comment.