Skip to content

Commit d8ba97f

Browse files
Broccohansl
authored andcommitted
fix(@schematics/schematics): Fix test in blank schematic project
1 parent 96b9e6d commit d8ba97f

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/schematics/blank/schematic-files/src/__name@dasherize__

1 file changed

+1
-1
lines changed

packages/schematics/schematics/blank/schematic-files/src/__name@dasherize__/index_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const collectionPath = path.join(__dirname, '../collection.json');
99
describe('<%= dasherize(name) %>', () => {
1010
it('works', () => {
1111
const runner = new SchematicTestRunner('schematics', collectionPath);
12-
const tree = runner.runSchematic('my-schematic', {}, Tree.empty());
12+
const tree = runner.runSchematic('<%= dasherize(name) %>', {}, Tree.empty());
1313

1414
expect(tree.files).toEqual([]);
1515
});

0 commit comments

Comments
 (0)