From 6311fab415ed905591b96ebc30c03a6765b65088 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Thu, 7 Oct 2021 18:25:12 +0300 Subject: [PATCH] test commit policy --- libs/red-cache/src/test.ts | 1 + 1 file changed, 1 insertion(+) 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.