FIX snapshots

This commit is contained in:
Norbert de Langen 2018-08-04 01:00:53 +02:00
parent 947e9bad62
commit 809ecf5165
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -16,9 +16,9 @@ exports[`Storyshots Custom|Dependencies inputs and inject dependencies 1`] = `
</div>
<div>
Injector: function Injector_(view, elDef) {
this.view = view;
this.elDef = elDef;
}
this.view = view;
this.elDef = elDef;
}
</div>
<div>
ElementRef: {"nativeElement":{}}
@ -47,9 +47,9 @@ exports[`Storyshots Custom|Dependencies inputs and inject dependencies with knob
</div>
<div>
Injector: function Injector_(view, elDef) {
this.view = view;
this.elDef = elDef;
}
this.view = view;
this.elDef = elDef;
}
</div>
<div>
ElementRef: {"nativeElement":{}}