There was an error while loading. Please reload this page.
1 parent 657226d commit 3079842Copy full SHA for 3079842
packages/vue-composable/__tests__/storage/storage.spec.ts
@@ -4,6 +4,6 @@ describe("storage", () => {
4
it("should get localStorage if supported", () => {
5
const { storage } = useStorage("");
6
7
- expect(storage).not.toBeNull();
+ expect(storage).not.toEqual(null);
8
});
9
0 commit comments