e2e and component testing started

This commit is contained in:
Owen Rees
2023-06-09 08:34:15 +02:00
parent b038d3fee8
commit 4cf8566a59
12 changed files with 176 additions and 28 deletions
+2 -5
View File
@@ -7,12 +7,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"jest": "jest",
"jest:watch": "jest --watch",
"test": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "npm run cypress:run && npm run jest",
"test:watch": "npm run cypress:open && npm run jest:watch"
"cypress:run": "cypress run"
},
"dependencies": {
"@types/node": "20.2.3",