fix(nx-plugin): await generators in spec files (#4205)
This commit is contained in:
parent
541785b515
commit
f35b14b97a
@ -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();
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user