build: roll up to named .js files rather than 'index.js' (#19190)
PR Close #19190
This commit is contained in:
@ -37,7 +37,7 @@ describe('template codegen output', () => {
|
||||
});
|
||||
|
||||
it('should write .ngfactory.js for .d.ts inputs', () => {
|
||||
const factoryOutput = path.join('node_modules', '@angular', 'common', 'index.ngfactory.js');
|
||||
const factoryOutput = path.join('node_modules', '@angular', 'common', 'common.ngfactory.js');
|
||||
expect(fs.existsSync(factoryOutput)).toBeTruthy();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user