Skip to content

Commit

Permalink
fix(nx-plugin): await generators in spec files (nrwl#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Dec 4, 2020
1 parent 541785b commit f35b14b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('<%= name %> generator', () => {
});

it('should run successfully', async () => {
generator(appTree, options);
await generator(appTree, options);
const config = readProjectConfiguration(appTree, 'test');
expect(config).toBeDefined();
})
Expand Down

0 comments on commit f35b14b

Please sign in to comment.