From a07bccfff5438434ebe37866a4e9e21a16653199 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 15 May 2021 12:05:19 +0200 Subject: [PATCH] Update karma-test-shim.js --- frontend/app-config/karma-test-shim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app-config/karma-test-shim.js b/frontend/app-config/karma-test-shim.js index 5b346bcb4..6ecef4491 100644 --- a/frontend/app-config/karma-test-shim.js +++ b/frontend/app-config/karma-test-shim.js @@ -16,6 +16,6 @@ testing.getTestBed().initTestEnvironment( ); // Then we find all the tests. -const context = require.context('./../app', true, /contents\.forms\.spec\.ts$/); +const context = require.context('./../app', true, /\.spec\.ts$/); // And load the modules. context.keys().map(context);