mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 02:01:06 +08:00
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:
commit
3cf43b4fc9
@ -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 they’re 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user