
committed by
Victor Berchet

parent
2991b1b217
commit
d69ba735ee
@ -672,7 +672,7 @@ describe('ngc transformer command-line', () => {
|
||||
expect(mymoduleSource).toContain('args: [{ declarations: [] },] }');
|
||||
expect(mymoduleSource).not.toContain(`__metadata`);
|
||||
expect(mymoduleSource).toContain(`import { AClass } from './aclass';`);
|
||||
expect(mymoduleSource).toContain(`{ type: AClass, }`);
|
||||
expect(mymoduleSource).toContain(`{ type: AClass }`);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user