Skip to content

Commit

Permalink
Update tests/unit/components/ParameterForm.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 authored Sep 12, 2024
1 parent f25b9c3 commit 0a25093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/components/ParameterForm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe("parameter form", () => {
},
});

const component = mount(ParameterForm, {
const component = await mountSuspended(ParameterForm, {
props: { metadata, metadataFetchStatus: "success", metadataFetchError: null },
global: { stubs },
});
Expand Down

0 comments on commit 0a25093

Please sign in to comment.