diff --git a/frontend/src/components/__tests__/finetune/FinetuneSettings.spec.js b/frontend/src/components/__tests__/finetune/FinetuneSettings.spec.js index 5c38dcda3..d58810a9b 100644 --- a/frontend/src/components/__tests__/finetune/FinetuneSettings.spec.js +++ b/frontend/src/components/__tests__/finetune/FinetuneSettings.spec.js @@ -81,7 +81,7 @@ const createWrapper = (props = {}) => { }; describe("FinetuneSettings", () => { - it.only("mounts correctly", () => { + it("mounts correctly", () => { const wrapper = createWrapper(); expect(wrapper.exists()).toBe(true); });