diff --git a/addons/jest/README.md b/addons/jest/README.md index 22c7b9a550a..28c17721327 100644 --- a/addons/jest/README.md +++ b/addons/jest/README.md @@ -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}`: