Skip to content

Commit

Permalink
Merge pull request #25395 from devanandb/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo snapshot-testing.md
  • Loading branch information
jonniebigodes authored Dec 31, 2023
2 parents 83ce730 + bfccfa5 commit 7243482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-tests/snapshot-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Storybook is a helpful tool for snapshot testing because every story is essentia

## Migrating Tests

The Storyshots addon was the original testing solution for Storybook, offering a highly extensible API and a wide range of configuration options for testing. However, it was difficult to set up and maintain, and it needed to be compatible with the latest version of Storybook, which introduced some significant architectural changes, including a high-performance [on-demand story loading](../configure/index.md#on-demand-story-loading) feature. As a result, Storyhots is now officially deprecated, is no longer being maintained, and will be removed in the next major release of Storybook. We recommend following the [migration guide](./storyshots-migration-guide.md) we've prepared to help you during this transition period.
The Storyshots addon was the original testing solution for Storybook, offering a highly extensible API and a wide range of configuration options for testing. However, it was difficult to set up and maintain, and it needed to be compatible with the latest version of Storybook, which introduced some significant architectural changes, including a high-performance [on-demand story loading](../configure/index.md#on-demand-story-loading) feature. As a result, Storyshots is now officially deprecated, is no longer being maintained, and will be removed in the next major release of Storybook. We recommend following the [migration guide](./storyshots-migration-guide.md) we've prepared to help you during this transition period.

## Set up Storyshots

Expand Down

0 comments on commit 7243482

Please sign in to comment.