Skip to content

Commit

Permalink
Remove watchAll argument from npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mooniker committed Oct 14, 2019
1 parent 90fff15 commit 8d583a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -4,7 +4,8 @@
"description": "String conversion utility to romanize Korean characters",
"main": "index.js",
"scripts": {
"test": "npx jest --watchAll",
"test": "npx jest",
"test:watch": "npx jest --watchAll",
"test:coverage": "npx jest --coverage"
},
"keywords": [
Expand Down Expand Up @@ -52,4 +53,4 @@
"url": "https://github.com/mooniker/romaja/issues"
},
"homepage": "https://github.com/mooniker/romaja#readme"
}
}

0 comments on commit 8d583a3

Please sign in to comment.