test: update module compiler test

This commit is contained in:
Kamil Myśliwiec
2024-03-19 10:52:31 +01:00
parent c4a905b996
commit b3f85e9c04

View File

@@ -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,
}); });
}); });
}); });