mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
e2e and component testing started
This commit is contained in:
+2
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user