Skip to content

Commit

Permalink
tests() fix broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 9, 2018
1 parent 2cf8a17 commit a5e522f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/application/application.factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('Application Factory', () => {
'/project/nodemon-debug.json',
'/project/nodemon.json',
'/project/package.json',
'/project/tsconfig.build.json',
'/project/tsconfig.json',
'/project/tsconfig.spec.json',
'/project/tslint.json',
Expand All @@ -48,6 +49,7 @@ describe('Application Factory', () => {
'/awesome-project/nodemon-debug.json',
'/awesome-project/nodemon.json',
'/awesome-project/package.json',
'/awesome-project/tsconfig.build.json',
'/awesome-project/tsconfig.json',
'/awesome-project/tsconfig.spec.json',
'/awesome-project/tslint.json',
Expand Down

0 comments on commit a5e522f

Please sign in to comment.