summaryrefslogtreecommitdiffstats
path: root/public/src/wallabyTest.ts
blob: a0a2899e9803337121da1f3cf252565e5bc903e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import './polyfills';

import 'zone.js/dist/zone-testing';

import { getTestBed } from '@angular/core/testing';
import {
  BrowserDynamicTestingModule,
  platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

getTestBed().initTestEnvironment(
  BrowserDynamicTestingModule,
  platformBrowserDynamicTesting()
);