Skip to content

Commit 0edaf5b

Browse files
Update src/lib/configuration/configuration.factory.test.ts
1 parent 2614d70 commit 0edaf5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/configuration/configuration.factory.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe('Configuration Factory', () => {
1616
};
1717
const tree: UnitTestTree = await runner.runSchematicAsync('configuration', options).toPromise();
1818
const files: string[] = tree.files;
19-
console.log(files)
2019
expect(
2120
files.find(filename => filename === '/nest-cli.json'),
2221
).not.toBeUndefined();

0 commit comments

Comments
 (0)