Skip to content

Commit

Permalink
Update bin-src/lib/getStorybookInfo.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jono Kolnik <1164060+JonathanKolnik@users.noreply.github.com>
  • Loading branch information
thafryer and JonathanKolnik committed May 3, 2023
1 parent cb54479 commit 920a200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin-src/lib/getStorybookInfo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('getStorybookInfo', () => {
);
});

it('returns other metadate if missing view layer package', async () => {
it('returns other metadata if missing view layer package', async () => {
const ctx = getContext({ packageJson: { dependencies: VUE } });
await expect(getStorybookInfo(ctx)).resolves.toEqual(
expect.objectContaining({
Expand Down

0 comments on commit 920a200

Please sign in to comment.