refactor(ivy): remove insignificant '...' in the compiler tests (#24039)
PR Close #24039
This commit is contained in:
parent
4f36340de7
commit
280a784fe3
|
@ -88,7 +88,6 @@ describe('compiler compliance', () => {
|
|||
|
||||
const factory = 'factory: function MyComponent_Factory() { return new MyComponent(); }';
|
||||
const template = `
|
||||
…
|
||||
template: function MyComponent_Template(rf: IDENT, ctx: IDENT) {
|
||||
if (rf & 1) {
|
||||
$r3$.ɵE(0, 'div');
|
||||
|
@ -134,7 +133,6 @@ describe('compiler compliance', () => {
|
|||
|
||||
const factory = 'factory: function MyComponent_Factory() { return new MyComponent(); }';
|
||||
const template = `
|
||||
…
|
||||
template: function MyComponent_Template(rf: IDENT, ctx: IDENT) {
|
||||
if (rf & 1) {
|
||||
$r3$.ɵE(0, 'div');
|
||||
|
@ -181,7 +179,6 @@ describe('compiler compliance', () => {
|
|||
|
||||
const factory = 'factory: function MyComponent_Factory() { return new MyComponent(); }';
|
||||
const template = `
|
||||
…
|
||||
template: function MyComponent_Template(rf: IDENT, ctx: IDENT) {
|
||||
if (rf & 1) {
|
||||
$r3$.ɵE(0, 'div');
|
||||
|
|
Loading…
Reference in New Issue