Skip to content

Commit

Permalink
comment out unused var in test
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Jul 11, 2024
1 parent cc52a64 commit fe1bb25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ProfileForm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ test("profile marked as default is selected by default", () => {
});

test("having dynamic_image_building enabled and no other choices shows dropdown", () => {
const { container } = render(
<SpawnerFormProvider>
<ProfileForm />
</SpawnerFormProvider>,
);
// const { container } = render(
// <SpawnerFormProvider>
// <ProfileForm />
// </SpawnerFormProvider>,
// );
// check that the dropdown select exists with two choices
});

0 comments on commit fe1bb25

Please sign in to comment.