This commit is contained in:
Elio Bischof
2023-06-06 00:38:09 +02:00
parent 24c1ed7dca
commit 32bdddfb2a
6 changed files with 3 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:integration": "start-server-and-test dev http://localhost:3000 \"test:integration:run\"",
"test:integration:watch": "start-server-and-test dev http://localhost:3000 \"pnpm nodemon --verbose -e js,jsx,ts,tsx,css,scss --ignore \\\"__test__/**\\\" --exec \\\"pnpm run test:integration:run\\\"\"",
"test:integration:watch": "start-server-and-test dev http://localhost:3000 \"pnpm nodemon -e js,jsx,ts,tsx,css,scss --ignore \\\"__test__/**\\\" --exec \\\"pnpm run test:integration:run\\\"\"",
"test:integration:run": "cypress run --quiet",
"test:integration:open": "cypress open",
"lint": "next lint && prettier --check .",
@@ -63,7 +63,6 @@
"@storybook/types": "7.1.0-alpha.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/forever-monitor": "^1.7.6",
"@types/jest": "^29.5.1",
"@types/ms": "0.7.31",
"@types/node": "18.11.9",
@@ -83,11 +82,9 @@
"grpc-tools": "1.11.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jest-silent-reporter": "^0.5.0",
"lint-staged": "13.0.3",
"make-dir-cli": "3.0.0",
"next-router-mock": "^0.9.3",
"nodemon": "^2.0.22",
"postcss": "8.4.21",
"prettier-plugin-tailwindcss": "0.1.13",
@@ -99,7 +96,6 @@
"ts-node": "^10.9.1",
"ts-proto": "^1.139.0",
"typescript": "5.0.4",
"whatwg-fetch": "^3.6.2",
"zitadel-tailwind-config": "workspace:*"
}
}