mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test: update module compiler test
This commit is contained in:
@@ -24,6 +24,7 @@ describe('ModuleCompiler', () => {
|
|||||||
const type = 'test';
|
const type = 'test';
|
||||||
expect(compiler.extractMetadata(type as any)).to.be.deep.equal({
|
expect(compiler.extractMetadata(type as any)).to.be.deep.equal({
|
||||||
type,
|
type,
|
||||||
|
dynamicMetadata: undefined,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user