Explorar el Código

remove test files coverage

Shalom Yerushalmy hace 6 años
padre
commit
fe4f6ca32e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      package.json

+ 2
- 1
package.json Ver fichero

@@ -105,7 +105,8 @@
105 105
       "!lib/dist/index.js",
106 106
       "!lib/dist/Navigation.js",
107 107
       "!lib/dist/adapters/**/*",
108
-      "!lib/dist/interfaces/**/*"
108
+      "!lib/dist/interfaces/**/*",
109
+      "!lib/src/**/*.test.*"
109 110
     ],
110 111
     "resetMocks": true,
111 112
     "resetModules": true,