mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix tslint errors (#2097)
This commit is contained in:
committed by
Eugenio Romano
parent
9888223bec
commit
0c457d6988
@@ -46,7 +46,7 @@ describe('CardViewDateItemComponent', () => {
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(CardViewDateItemComponent);
|
||||
component = fixture.componentInstance;
|
||||
component.property = <CardViewDateItemModel>{
|
||||
component.property = <CardViewDateItemModel> {
|
||||
type: 'date',
|
||||
label: 'Date label',
|
||||
value: new Date('07/10/2017'),
|
||||
|
@@ -62,7 +62,7 @@ describe('CardViewItemDispatcherComponent', () => {
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(CardViewItemDispatcherComponent);
|
||||
component = fixture.componentInstance;
|
||||
component.property = <CardViewItem>{
|
||||
component.property = <CardViewItem> {
|
||||
type: 'shiny-custom-element',
|
||||
label: 'Shiny custom element',
|
||||
value: null,
|
||||
|
@@ -51,7 +51,7 @@ describe('CardViewTextItemComponent', () => {
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(CardViewTextItemComponent);
|
||||
component = fixture.componentInstance;
|
||||
component.property = <CardViewTextItemModel>{
|
||||
component.property = <CardViewTextItemModel> {
|
||||
type: 'text',
|
||||
label: 'Text label',
|
||||
value: 'Lorem ipsum',
|
||||
|
Reference in New Issue
Block a user