Skip to content

Commit

Permalink
Remove only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin committed Dec 9, 2024
1 parent 2e6bf85 commit bd11196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/ha-pref-storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("ha-pref-storage", () => {
vi.resetAllMocks();
});

test.only("storeState", async () => {
test("storeState", async () => {
const { storeState } = await import("../../src/util/ha-pref-storage");

const { FallbackStorage: fallbackStorage } = await import(
Expand Down

0 comments on commit bd11196

Please sign in to comment.