From aa052cd08381efddff6fe10db8cd6da63d703e03 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Mon, 16 Feb 2026 01:02:33 +0700 Subject: [PATCH] feat(nx): revert test changes --- libs/ui/jest.config.ts | 1 + package.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ui/jest.config.ts b/libs/ui/jest.config.ts index 4f86044f4..116fe6d54 100644 --- a/libs/ui/jest.config.ts +++ b/libs/ui/jest.config.ts @@ -1,3 +1,4 @@ +/* eslint-disable */ export default { displayName: 'ui', diff --git a/package.json b/package.json index 55677e056..777dfd6aa 100644 --- a/package.json +++ b/package.json @@ -43,10 +43,9 @@ "start:production": "npm run database:migrate && npm run database:seed && node main", "start:server": "nx run api:copy-assets && nx run api:serve --watch", "start:storybook": "nx run ui:storybook", - "test": "npm run test:api && npm run test:common && npm run test:ui", + "test": "npm run test:api && npm run test:common", "test:api": "npx dotenv-cli -e .env.example -- nx test api", "test:common": "npx dotenv-cli -e .env.example -- nx test common", - "test:ui": "npx dotenv-cli -e .env.example -- nx test ui", "test:single": "nx run api:test --test-file object.helper.spec.ts", "ts-node": "ts-node", "update": "nx migrate latest",