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);