Skip to content

Commit

Permalink
Update src/lib/configuration/configuration.factory.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Aug 7, 2023
1 parent 2614d70 commit 0edaf5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/configuration/configuration.factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('Configuration Factory', () => {
};
const tree: UnitTestTree = await runner.runSchematicAsync('configuration', options).toPromise();
const files: string[] = tree.files;
console.log(files)
expect(
files.find(filename => filename === '/nest-cli.json'),
).not.toBeUndefined();
Expand Down

0 comments on commit 0edaf5b

Please sign in to comment.