Apply suggestions from code review of branch store_unit_testing
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
4f1938696a
commit
2fad2b5298
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue