Skip to content

Commit

Permalink
tests(): fix unit tests (application schematic)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 19, 2019
1 parent f9f3eb9 commit 4b35307
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/lib/application/application.factory.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { SchematicTestRunner, UnitTestTree } from '@angular-devkit/schematics/testing';
import {
SchematicTestRunner,
UnitTestTree,
} from '@angular-devkit/schematics/testing';
import * as path from 'path';
import { ApplicationOptions } from './application.schema';

Expand All @@ -18,8 +21,6 @@ describe('Application Factory', () => {
'/project/.prettierrc',
'/project/README.md',
'/project/nest-cli.json',
'/project/nodemon-debug.json',
'/project/nodemon.json',
'/project/package.json',
'/project/tsconfig.build.json',
'/project/tsconfig.json',
Expand All @@ -44,8 +45,6 @@ describe('Application Factory', () => {
'/awesome-project/.prettierrc',
'/awesome-project/README.md',
'/awesome-project/nest-cli.json',
'/awesome-project/nodemon-debug.json',
'/awesome-project/nodemon.json',
'/awesome-project/package.json',
'/awesome-project/tsconfig.build.json',
'/awesome-project/tsconfig.json',
Expand Down

0 comments on commit 4b35307

Please sign in to comment.