Make isSupabaseConfigured true in test mock
cgen-152b38b75afb4ad2b078821db5a8e4ba
This commit is contained in:
parent
fc1fbe2a98
commit
89d020081a
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ vi.mock("@/lib/supabase", () => {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isSupabaseConfigured: false,
|
isSupabaseConfigured: true,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue