review fix

This commit is contained in:
klimentru1986 2018-05-06 11:48:14 +03:00
parent db61595468
commit 76fad9bf4f

View File

@ -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>
));
```