Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 7, 2023
1 parent d460bc6 commit 35104b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/csf-tools/src/CsfFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ describe('CsfFile', () => {
`,
true
)
).toThrow('CSF: unexpected storiesOf call');
).toThrow('Unexpected `storiesOf` usage:');
});

it('function exports', () => {
Expand Down

0 comments on commit 35104b8

Please sign in to comment.