From 8ceb7154ba56f17aa7fcfb02827057a5d3599549 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Mon, 2 Mar 2026 15:20:00 +0100 Subject: [PATCH] fix: lint fix for api test files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d9412641..90fdd3908 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "start:test": "dotenv -o -e test/config/.env -e test/config/.env.override -- npm run start", - "lint": "eslint \"src/**/*.ts\"", - "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.js\" --fix", + "lint": "eslint \"src/**/*.ts\" \"test/**/*.js\"", + "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.js\" --fix", "test": "jest", "test:watch": "jest --watch --maxWorkers=25%", "test:cov": "jest --coverage --maxWorkers=50%",