Browse Source

remove test files coverage

Shalom Yerushalmy 6 years ago
parent
commit
fe4f6ca32e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      package.json

+ 2
- 1
package.json View File

@@ -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,