mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
💚 test: fix test failure
This commit is contained in:
parent
d279ab180e
commit
65e9de32c7
@ -174,7 +174,7 @@ describe('preview.client_api', () => {
|
||||
const story = 'ef349ff';
|
||||
|
||||
const result = storyStore.stories[0].fn({ kind, story });
|
||||
expect(result.template).toBe(`<div>aa<p>${kind}-${story}</p>/div>`);
|
||||
expect(result.template).toBe(`<div>aa<p>${kind}-${story}</p></div>`);
|
||||
});
|
||||
|
||||
it('should have access to the context', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user