refactor(ivy): remove insignificant '...' in the compiler tests (#24039)

PR Close #24039
This commit is contained in:
Victor Berchet 2018-05-22 10:43:18 -07:00 committed by Matias Niemelä
parent 4f36340de7
commit 280a784fe3
1 changed files with 0 additions and 3 deletions

View File

@ -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');