diff --git a/libs/red-cache/src/test.ts b/libs/red-cache/src/test.ts index 8ff0d4a25..df52033d4 100644 --- a/libs/red-cache/src/test.ts +++ b/libs/red-cache/src/test.ts @@ -10,6 +10,7 @@ declare const require: any; // First, initialize the Angular testing environment. getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting()); + // Then we find all the tests. const context = require.context('./', true, /\.spec\.ts$/); // And load the modules.