Sebastian Stehle
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frontend/app-config/karma-test-shim.js
|
|
@ -16,6 +16,6 @@ testing.getTestBed().initTestEnvironment( |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
// Then we find all the tests.
|
|
|
// 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.
|
|
|
// And load the modules.
|
|
|
context.keys().map(context); |
|
|
context.keys().map(context); |
|
|
|