Skip to content

Commit

Permalink
fix: percy config, snapshots -> snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshah98 committed Dec 4, 2023
1 parent 70c0c26 commit 7380a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/storybook.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,12 +572,12 @@ describe('percy storybook', () => {
]));
});

it('takes multiple snapshots with defer-uploads and multiple widths', async () => {
fit('takes multiple snapshots with defer-uploads and multiple widths', async () => {
fs.writeFileSync('.percy.yml', [
'version: 2',
'percy:',
' defer-uploads: true',
'snapshots:',
'snapshot:',
' widths:',
' - 1000',
' - 500',
Expand Down

0 comments on commit 7380a98

Please sign in to comment.