Skip to content

Commit cd8c211

Browse files
committed
chore: remove console.log in test
1 parent 54c2072 commit cd8c211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/schematics/src/container/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe('Container Schematic', () => {
5151
appTree.create('/src/app/reducers', '');
5252
const tree = schematicRunner.runSchematic('container', options, appTree);
5353
const content = getFileContent(tree, '/src/app/foo/foo.component.ts');
54-
console.log(content);
5554
expect(content).toMatch(/import\ {\ Store\ }\ from\ '@ngrx\/store';/);
5655
});
5756

0 commit comments

Comments
 (0)