diff --git a/projects/ngx-resgrid-apps-shared/src/test.ts b/projects/ngx-resgrid-apps-shared/src/test.ts index 68ca998..03f8ada 100644 --- a/projects/ngx-resgrid-apps-shared/src/test.ts +++ b/projects/ngx-resgrid-apps-shared/src/test.ts @@ -20,3 +20,7 @@ getTestBed().initTestEnvironment( BrowserDynamicTestingModule, platformBrowserDynamicTesting() ); +// Then we find all the tests. +//const context = require.context('./', true, /\.spec\.ts$/); +// And load the modules. +//context.keys().map(context);