Skip to content

Commit

Permalink
PROCESS: Made Jest runnable from command "npm test".
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrihard committed Jun 15, 2018
1 parent 4200b24 commit 25f879d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"devDependencies": {
"frisby": "^2.0.16",
"jest": "^23.1.0"
},

"scripts": {
"test": "jest"
},

"jest": {
"testMatch" : [ "**/spec/api/**/*.js?(x)" ]
}
}

0 comments on commit 25f879d

Please sign in to comment.