Browse Source

fix: unit tests ci

DarkPhoenix2704 3 weeks ago
parent
commit
0395e2967f
No known key found for this signature in database
GPG Key ID: 3F76B10622A07849
  1. 3
      packages/nocodb/tests/unit/tsconfig.ee.json
  2. 3
      packages/nocodb/tests/unit/tsconfig.json

3
packages/nocodb/tests/unit/tsconfig.ee.json

@ -65,7 +65,8 @@
}, },
"include": [ "include": [
"./tests/**/**/**.ts", "./tests/**/**/**.ts",
"./tests/**/**.ts" "./tests/**/**.ts",
"../../src/**/**.ts",
// "**/*.ts", // "**/*.ts",
// "**/*.json" // "**/*.json"
], ],

3
packages/nocodb/tests/unit/tsconfig.json

@ -60,7 +60,8 @@
}, },
"include": [ "include": [
"./tests/**/**/**.ts", "./tests/**/**/**.ts",
"./tests/**/**.ts" "./tests/**/**.ts",
"../../src/**/**.ts",
// "**/*.ts", // "**/*.ts",
// "**/*.json" // "**/*.json"
], ],

Loading…
Cancel
Save