mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
add doc directive storyshot
This commit is contained in:
parent
69280115b4
commit
88f635d51e
@ -0,0 +1,21 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Storyshots DocDirective Basic 1`] = `
|
||||
<storybook-dynamic-app-root
|
||||
cfr={[Function CodegenComponentFactoryResolver]}
|
||||
data={[Function Object]}
|
||||
target={[Function ViewContainerRef_]}
|
||||
>
|
||||
<ng-component>
|
||||
<div
|
||||
docdirective=""
|
||||
ng-reflect-has-gray-background="true"
|
||||
style="background-color: lightgray;"
|
||||
>
|
||||
<h1>
|
||||
DocDirective
|
||||
</h1>
|
||||
</div>
|
||||
</ng-component>
|
||||
</storybook-dynamic-app-root>
|
||||
`;
|
Loading…
x
Reference in New Issue
Block a user