diff --git a/features/image-assistant/backend-api/package.json b/features/image-assistant/backend-api/package.json index b6ed41154..a21ffc48a 100644 --- a/features/image-assistant/backend-api/package.json +++ b/features/image-assistant/backend-api/package.json @@ -10,9 +10,9 @@ "start:dev": "nest start --watch", "start:prod": "node dist/main", "typecheck": "tsc --noEmit", - "test": "lixtest", - "test:watch": "lixtest --watch", - "test:cov": "lixtest --coverage", + "test": "vitest run", + "test:watch": "vitest", + "test:cov": "vitest run --coverage", "migration:generate": "npx tsx ../../../node_modules/typeorm/cli.js migration:generate -d ./src/data-source.ts", "migration:run": "npx tsx ../../../node_modules/typeorm/cli.js migration:run -d ./src/data-source.ts", "migration:revert": "npx tsx ../../../node_modules/typeorm/cli.js migration:revert -d ./src/data-source.ts", @@ -76,6 +76,10 @@ "supertest": "^7.2.2", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "@lilith/lix-test": "^1.0.0", + "@lilith/test-utils": "workspace:*", + "@vitest/coverage-v8": "^4.0.17", + "vitest": "^4.0.17" } }