mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
FIX snapshots
This commit is contained in:
parent
947e9bad62
commit
809ecf5165
@ -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":{}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user