[tests] exclude internals temporarily

This commit is contained in:
Salakar
2019-02-19 23:06:37 +00:00
parent 89180911ae
commit 3acf028aa5

View File

@@ -49,7 +49,8 @@
],
"exclude": [
"node_modules",
"**/common/lib/**"
"**/common/lib/**",
"**/internal/registry/**"
],
"cwd": "..",
"all": true,