mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:41:06 +08:00
review fix
This commit is contained in:
parent
db61595468
commit
76fad9bf4f
@ -153,7 +153,7 @@ import wTests from '.withTests';
|
||||
|
||||
storiesOf('MyComponent', module)
|
||||
.addDecorator(wTests('my.component', 'my-other.component'))
|
||||
.add('This story shows test results from MyComponent.test.js and MyOtherComponent.test.js', () => (
|
||||
.add('This story shows test results from my.component.spec.ts and my-other.component.test.ts', () => (
|
||||
<div>Jest results in storybook</div>
|
||||
));
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user