Commit 3cf79b76 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Load all sources when testing.

No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
export * from './decorators';
export * from './rxjs';
...@@ -8,6 +8,10 @@ import { ...@@ -8,6 +8,10 @@ import {
import 'zone.js/dist/zone'; import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing'; import 'zone.js/dist/zone-testing';
// Load all the sources
import './hooks';
import './index';
declare const require: any; declare const require: any;
// First, initialize the Angular testing environment. // First, initialize the Angular testing environment.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment