Skip to content

Commit

Permalink
Add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 1, 2023
1 parent 09b4719 commit 50f9393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/options.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ describe('options', () => {
['@testing-library/react', Framework.TESTING_LIBRARY],
['cypress', Framework.CYPRESS],
['playwright', Framework.PLAYWRIGHT],
['storybook', Framework.STORYBOOK],
])(
'should, when `%s` is installed, include the `%s` preset',
(library, preset) => {
Expand Down

0 comments on commit 50f9393

Please sign in to comment.