Skip to content

Commit

Permalink
Lab #11
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Oct 7, 2024
1 parent fbe1f40 commit 0ccf733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
5 changes: 5 additions & 0 deletions tools/my-plugin/src/generators/my-generator/generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ describe('my-generator generator', () => {
const config = readProjectConfiguration(tree, 'test');
expect(config).toBeDefined();
});

it('should create workflow file', async () => {
await myGeneratorGenerator(tree, options);
expect(tree.exists('test/src/app/app.workflow.ts')).toBeTruthy();
});
});
20 changes: 0 additions & 20 deletions tools/my-plugin/src/generators/my-step/generator.spec.ts

This file was deleted.

0 comments on commit 0ccf733

Please sign in to comment.