build: 🔧 created debug enviroment for cypress for VSC

This commit is contained in:
Simon Priet
2021-09-05 13:24:31 +02:00
parent e3c79d66d3
commit 490c196f49
2 changed files with 21 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
"start": "nodemon index.js",
"test": "cypress open"
},
"devDependencies": {
"cypress": "^8.3.0",