From 0395e2967fd3ab0176094d2db66b8d46f8e58b4f Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Sun, 17 Nov 2024 03:39:57 +0000 Subject: [PATCH] fix: unit tests ci --- packages/nocodb/tests/unit/tsconfig.ee.json | 3 ++- packages/nocodb/tests/unit/tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/nocodb/tests/unit/tsconfig.ee.json b/packages/nocodb/tests/unit/tsconfig.ee.json index adf6aeec5e..ce0868b670 100644 --- a/packages/nocodb/tests/unit/tsconfig.ee.json +++ b/packages/nocodb/tests/unit/tsconfig.ee.json @@ -65,7 +65,8 @@ }, "include": [ "./tests/**/**/**.ts", - "./tests/**/**.ts" + "./tests/**/**.ts", + "../../src/**/**.ts", // "**/*.ts", // "**/*.json" ], diff --git a/packages/nocodb/tests/unit/tsconfig.json b/packages/nocodb/tests/unit/tsconfig.json index 377a5d6e71..2867e8befa 100644 --- a/packages/nocodb/tests/unit/tsconfig.json +++ b/packages/nocodb/tests/unit/tsconfig.json @@ -60,7 +60,8 @@ }, "include": [ "./tests/**/**/**.ts", - "./tests/**/**.ts" + "./tests/**/**.ts", + "../../src/**/**.ts", // "**/*.ts", // "**/*.json" ],