From 7595905c5e20bd68c71695c1664f0790bbacfa5c Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Wed, 17 Apr 2019 11:31:37 +0200 Subject: [PATCH] front unit test from invoiceOut now included in the index file --- front/test-index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/test-index.js b/front/test-index.js index 5a7c5c713..e5113f0db 100644 --- a/front/test-index.js +++ b/front/test-index.js @@ -24,5 +24,5 @@ window.ngModule = function(moduleName) { let testsContext = require.context('./', true, /\.spec\.js$/); testsContext.keys().forEach(testsContext); -let modulesContext = require.context('../modules/', true, /^\.\/[a-z0-9]+\/front\/.+\.spec\.js$/); +let modulesContext = require.context('../modules/', true, /^\.\/[a-zA-Z0-9-]+\/front\/.+\.spec\.js$/); modulesContext.keys().forEach(modulesContext);