Add config entry for tests monitoring
Use jest for tests monitoring.
Showing
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
"main": "app.js", | "main": "app.js", | ||
"scripts":{ | "scripts":{ | ||
"start": "node app.js", | "start": "node app.js", | ||
"test": "jest" | "test": "jest", | ||
"test:watch": "jest --watch" | |||
}, | }, | ||
"dependencies":{ | "dependencies":{ | ||
"webdriverio": "4.7.1", | "webdriverio": "4.7.1", | ||
... | ... |
Please register or sign in to comment