Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 30, 2023
1 parent c0ee06c commit 0d4f160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe("EditParamSettings", () => {

it("updates values from TagInput", async () => {
const mockSetParamSettings = jest.fn();
const wrapper = await getWrapper(customSettings, true,);
const wrapper = await getWrapper(customSettings, true);
const expectedValues = [-1, 0, 1];
wrapper.findComponent(TagInput).vm.$emit("update", expectedValues);
expect((wrapper.vm as any).settingsInternal.customValues).toStrictEqual([-1, 0, 1]);
Expand Down

0 comments on commit 0d4f160

Please sign in to comment.