Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 3, 2023
1 parent f06c588 commit 7ef3b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/no-uninstalled-addons.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ ruleTester.run('no-uninstalled-addons', rule, {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/not-installed-addon"
"@storybook/not-installed-addon",
]
}
`,
options: [
{
packageJsonLocation: '',
ignore: ['@storybook/addon-not-installed-addon'],
ignore: ['@storybook/not-installed-addon'],
},
],
},
Expand Down

0 comments on commit 7ef3b37

Please sign in to comment.