Sfoglia il codice sorgente

include all default*.json in testutils files (#10132)

Nicholas Bollweg 4 anni fa
parent
commit
b37780004d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      testutils/package.json

+ 1 - 1
testutils/package.json

@@ -21,7 +21,7 @@
     "lib/*.d.ts",
     "lib/*.js.map",
     "lib/*.js",
-    "default.json",
+    "default*.json",
     "tsconfigtestbase.json"
   ],
   "scripts": {