We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c2072 commit cd8c211Copy full SHA for cd8c211
modules/schematics/src/container/index.spec.ts
@@ -51,7 +51,6 @@ describe('Container Schematic', () => {
51
appTree.create('/src/app/reducers', '');
52
const tree = schematicRunner.runSchematic('container', options, appTree);
53
const content = getFileContent(tree, '/src/app/foo/foo.component.ts');
54
- console.log(content);
55
expect(content).toMatch(/import\ {\ Store\ }\ from\ '@ngrx\/store';/);
56
});
57
0 commit comments