include all modules in coverage

This commit is contained in:
William Welling
2017-10-09 08:18:28 -05:00
parent d4602a23f7
commit 8c4c533203
10 changed files with 75 additions and 90 deletions

View File

@@ -17,7 +17,7 @@ import { enableProdMode } from '@angular/core';
import { ngExpressEngine } from '@nguniversal/express-engine';
import { ServerAppModule } from './app/server-app.module';
import { ServerAppModule } from './modules/app/server-app.module';
import { serverApi, createMockApi } from './backend/api';