Apply suggestions from code review of branch store_unit_testing

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Antonio Anaya 2026-06-04 17:58:27 +00:00
parent 4f1938696a
commit 2fad2b5298

View file

@ -7,7 +7,7 @@ describe("Settings Store", () => {
// Mock the browser's window.location BEFORE the store initializes
// This prevents the getOriginFromLocation() function from crashing.
vi.stubGlobal("location", {
// The following basUri is arbitrary set
// The following baseUri is arbitrarily set
href: "http://microscope-test.local:5000/",
});