Skip to content

Commit

Permalink
chore: remove console.log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandangel committed Feb 4, 2018
1 parent 54c2072 commit cd8c211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/schematics/src/container/index.spec.ts
Expand Up @@ -51,7 +51,6 @@ describe('Container Schematic', () => {
appTree.create('/src/app/reducers', '');
const tree = schematicRunner.runSchematic('container', options, appTree);
const content = getFileContent(tree, '/src/app/foo/foo.component.ts');
console.log(content);
expect(content).toMatch(/import\ {\ Store\ }\ from\ '@ngrx\/store';/);
});

Expand Down

0 comments on commit cd8c211

Please sign in to comment.