
committed by
Alex Rickabaugh

parent
4e004f3783
commit
00497437a6
@ -122,6 +122,11 @@ describe('@angular/core ng_package', () => {
|
||||
it('should not be processed by tsickle', () => {
|
||||
expect(shx.cat('fesm5/core.js')).not.toContain('@fileoverview added by tsickle');
|
||||
});
|
||||
|
||||
it('should load tslib from external bundle', () => {
|
||||
expect(shx.cat('fesm5/core.js')).not.toContain('function __extends');
|
||||
expect(shx.cat('fesm5/core.js')).toMatch('import {.*__extends');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user