committed by
Victor Berchet
parent
60aa943e2d
commit
f69ac670ee
@@ -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