docs: describe default jest param behaviour

This commit is contained in:
Dominic Lee 2020-12-29 15:20:32 +00:00
parent b0cb559167
commit 727b320f0b
No known key found for this signature in database
GPG Key ID: 6D6D13B7A38673EE

View File

@ -128,6 +128,9 @@ defaultView.parameters = {
};
```
The jest parameter will default to inferring from your story file name if not provided. For example, if your story file is `MyComponent.stories.js`,
then "MyComponent" will be used to find your test file results.
### Disabling
You can disable the addon for a single story by setting the `jest` parameter to `{disable: true}`: