Merge pull request #16738 from storybookjs/chore_fix_minor_grammar_issue

Chore: (Docs) Minor grammar fix to the import stories page
This commit is contained in:
jonniebigodes 2021-11-20 15:48:42 +00:00 committed by GitHub
commit 3cf43b4fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Teams test a variety of UI characteristics using different tools. Each tool requ
Storybook enables you to isolate a component and capture all of its use cases in a `*.stories.js` file. Stories are standard JavaScript modules so theyre cross compatible with the whole JavaScript ecosystem. No API lock-in.
Stories as a practical starting point for UI testing. Import stories into tools like [Jest](https://jestjs.io/), [Testing Library](https://testing-library.com/), [Puppeteer](https://pptr.dev/), [Cypress](https://www.cypress.io/), and [Playwright](https://playwright.dev/) to save time and maintenance work.
Stories are a practical starting point for UI testing. Import stories into tools like [Jest](https://jestjs.io/), [Testing Library](https://testing-library.com/), [Puppeteer](https://pptr.dev/), [Cypress](https://www.cypress.io/), and [Playwright](https://playwright.dev/) to save time and maintenance work.
## Setup the testing addon for your framework