test(ivy): add ability to find already passing tests (#27449)
PR Close #27449
This commit is contained in:
@ -60,7 +60,7 @@ describe('ngtools_api (deprecated)', () => {
|
||||
});
|
||||
}
|
||||
|
||||
fixmeIvy('FW-629: ngtsc lists lazy routes') && it('should list lazy routes recursively', () => {
|
||||
fixmeIvy('FW-629: ngtsc lists lazy routes').it('should list lazy routes recursively', () => {
|
||||
writeSomeRoutes();
|
||||
const {program, host, options} = createProgram(['src/main.ts']);
|
||||
const routes = NgTools_InternalApi_NG_2.listLazyRoutes({
|
||||
|
Reference in New Issue
Block a user