Skip to content

Commit

Permalink
feat: finetune
Browse files Browse the repository at this point in the history
  • Loading branch information
jialudev committed Dec 27, 2024
1 parent 917f54f commit 667aaf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const createWrapper = (props = {}) => {
};

describe("FinetuneSettings", () => {
it.only("mounts correctly", () => {
it("mounts correctly", () => {
const wrapper = createWrapper();
expect(wrapper.exists()).toBe(true);
});
Expand Down

0 comments on commit 667aaf5

Please sign in to comment.