From 5eb57f8e5224355a58a5fc6c8daafa6b80c6cd62 Mon Sep 17 00:00:00 2001 From: samkitano Date: Wed, 6 Dec 2017 15:15:30 +0100 Subject: [PATCH] Update meta.json Removed filter for e2e tests **Reasons** - Consistency. - Template does not include e2e tests, at this time. - Eliminates the need to filter for inexistent directories should we ever need to iterate those. --- meta.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta.json b/meta.json index 3e7fb10..befc3cc 100644 --- a/meta.json +++ b/meta.json @@ -48,8 +48,7 @@ }, "filters": { ".eslintrc.js": "lint", - "test/unit/**/*": "unit", - "test/e2e/**/*": "e2e" + "test/unit/**/*": "unit" }, "completeMessage": "To get started:\n\n cd {{destDirName}}\n npm install\n npm run dev" }