test: run unit and integration tests

This commit is contained in:
Elio Bischof
2023-05-25 17:11:36 +02:00
parent 5d36a54849
commit f40f7fde76
15 changed files with 272 additions and 54 deletions

View File

@@ -2,13 +2,14 @@
"name": "@zitadel/login",
"private": true,
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "next build",
"dev": "next dev",
"lint": "next lint && prettier --check .",
"lint:fix": "prettier --write .",
"lint-staged": "lint-staged",
"start": "next start",
"test": "yarn prettier:check &nexarn lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"git": {
@@ -58,8 +59,9 @@
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.2.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-proto": "^1.139.0",
"typescript": "4.8.4",
"zitadel-tailwind-config": "workspace:*"
}
}
}