From 3acf028aa5a9a888f282efa05b28329cf68d7dee Mon Sep 17 00:00:00 2001 From: Salakar Date: Tue, 19 Feb 2019 23:06:37 +0000 Subject: [PATCH] [tests] exclude internals temporarily --- tests/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index b20f5a95..50ad10c7 100755 --- a/tests/package.json +++ b/tests/package.json @@ -49,7 +49,8 @@ ], "exclude": [ "node_modules", - "**/common/lib/**" + "**/common/lib/**", + "**/internal/registry/**" ], "cwd": "..", "all": true,