Skip to content

Commit cc727d0

Browse files
committed
chore: remove jest in profit to vitest
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
1 parent 0bf2ca9 commit cc727d0

4 files changed

Lines changed: 91 additions & 307 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Migrations: standard Prisma Migrate. Major version data migrations in `migration
5151
- **Vitest**: unit tests everywhere (server, client, packages, plugins) — colocated `*.spec.ts` files
5252
- **Cypress 15**: component + E2E tests in `apps/client` (Firefox default)
5353
- **Playwright**: E2E in `playwright/` (Chromium + Firefox, parallel)
54-
- **Jest**: only in `apps/server-nestjs` (NestJS scaffolding)
5554
- Commands: `pnpm test` (all unit), `pnpm test:ct` (Cypress components), `pnpm playwright:test`
5655

5756
## Code quality

apps/server-nestjs/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,17 @@
8080
"@nestjs/schematics": "^11.0.9",
8181
"@nestjs/testing": "^11.1.16",
8282
"@types/express": "^5.0.6",
83-
"@types/jest": "^30.0.0",
8483
"@types/node": "^22.19.15",
8584
"@types/supertest": "^6.0.3",
8685
"@vitest/coverage-v8": "^2.1.9",
8786
"eslint": "^9.39.4",
8887
"fastify-plugin": "^5.1.0",
8988
"globals": "^16.5.0",
90-
"jest": "^30.3.0",
9189
"nodemon": "^3.1.14",
9290
"pino-pretty": "^13.1.3",
9391
"rimraf": "^6.1.3",
9492
"source-map-support": "^0.5.21",
9593
"supertest": "^7.2.2",
96-
"ts-jest": "^29.4.6",
9794
"ts-loader": "^9.5.4",
9895
"ts-node": "^10.9.2",
9996
"ts-patch": "^3.3.0",

apps/server-nestjs/test/jest-e2e.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)