Steven Silvester %!s(int64=6) %!d(string=hai) anos
pai
achega
5e7bc54c4a
Modificáronse 2 ficheiros con 9 adicións e 2 borrados
  1. 0 1
      buildutils/src/ensure-package.ts
  2. 9 1
      tests/test-services/src/tsconfig.json

+ 0 - 1
buildutils/src/ensure-package.ts

@@ -141,7 +141,6 @@ export async function ensurePackage(
     references[name] = ref.split(path.sep).join('/');
   });
   if (
-    data.name.indexOf('test-') === -1 &&
     data.name.indexOf('example-') === -1 &&
     Object.keys(references).length > 0
   ) {

+ 9 - 1
tests/test-services/src/tsconfig.json

@@ -4,5 +4,13 @@
     "types": ["jest", "ws", "node"],
     "outDir": "../build"
   },
-  "include": ["**/*"]
+  "include": ["**/*"],
+  "references": [
+    {
+      "path": "../../../packages/coreutils/src"
+    },
+    {
+      "path": "../../../packages/services/src"
+    }
+  ]
 }