Browse Source

Update karma-test-shim.js

pull/556/head
Sebastian Stehle 5 years ago
committed by GitHub
parent
commit
3f1505042a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      frontend/app-config/karma-test-shim.js

4
frontend/app-config/karma-test-shim.js

@ -14,6 +14,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);
context.keys().map(context);

Loading…
Cancel
Save