Skip to content

Commit 3079842

Browse files
committed
fix(webStorage): testing piepeline
1 parent 657226d commit 3079842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-composable/__tests__/storage/storage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ describe("storage", () => {
44
it("should get localStorage if supported", () => {
55
const { storage } = useStorage("");
66

7-
expect(storage).not.toBeNull();
7+
expect(storage).not.toEqual(null);
88
});
99
});

0 commit comments

Comments
 (0)