Fixed function signature

This commit is contained in:
Evan Bacon 2019-06-02 17:01:02 -07:00 committed by GitHub
parent c7953db73a
commit cead5bfaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ You might use `getScreenshotOptions` to specify options for screenshot. Will be
```js
import initStoryshots from '@storybook/addon-storyshots';
import { imageSnapshot } from '@storybook/addon-storyshots-puppeteer';
const getScreenshotOptions = ({context, url}) {
const getScreenshotOptions = ({context, url}) => {
return {
fullPage: false // Do not take the full page screenshot. Default is 'true' in Storyshots.
}