Explorar el Código

add ignore path

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

+ 3
- 1
package.json Ver fichero

@@ -106,7 +106,9 @@
106 106
       "!lib/dist/Navigation.js",
107 107
       "!lib/dist/adapters/**/*",
108 108
       "!lib/dist/interfaces/**/*",
109
-      "!lib/dist/**/*.test.*"
109
+      "!lib/dist/**/*.test.*",
110
+      "!integration/**/*.test.*",
111
+      "!integration/*.test.*"
110 112
     ],
111 113
     "resetMocks": true,
112 114
     "resetModules": true,