Rename dev to test:watch

This commit is contained in:
rijkvanzanten
2021-03-31 10:20:00 -04:00
parent b67fc933ad
commit 8df659325c

View File

@@ -27,8 +27,8 @@
"cleanup:node": "rimraf ./node",
"cleanup:browser": "rimraf ./browser",
"cleanup:coverage": "rimraf ./coverage",
"dev": "jest --coverage --watchAll",
"test": "jest --coverage"
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll"
},
"keywords": [
"api",