fix(tsc-wrapped): fix metadata symbol reference
This commit is contained in:

committed by
Matias Niemelä

parent
a9ef858359
commit
626555c013
@ -219,7 +219,7 @@ describe('metadata bundler', () => {
|
||||
expect(A2.name).toEqual('A');
|
||||
expect(B1.__symbolic).toEqual('class');
|
||||
expect(B2.__symbolic).toEqual('reference');
|
||||
expect(B2.name).toEqual('B');
|
||||
expect(B2.name).toEqual('B1');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user