mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:31:08 +08:00
[docs] Fix single quote instead of backtick
# What I did I replaced backticks by single quote. # How to test No backticks in the snippet.
This commit is contained in:
parent
f90f10d43c
commit
e1444a3028
@ -7,8 +7,8 @@ import '@testing-library/jest-dom/extend-expect';
|
||||
|
||||
import { Primary } from './Button.stories';
|
||||
|
||||
it('renders the button in the primary state’, () => {
|
||||
it('renders the button in the primary state', () => {
|
||||
render(<Primary {...Primary.args} />);
|
||||
expect(screen.getByRole('button')).toHaveTextContent(‘Primary’);
|
||||
expect(screen.getByRole('button')).toHaveTextContent('Primary');
|
||||
});
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user