Iterate
This commit is contained in:
@@ -74,7 +74,7 @@ export const test = base.extend<{
|
|||||||
"mx_local_settings",
|
"mx_local_settings",
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
// Retain any other settings which may have already been set
|
// Retain any other settings which may have already been set
|
||||||
...JSON.parse(window.localStorage.getItem("mx_local_settings") || "{}"),
|
...JSON.parse(window.localStorage.getItem("mx_local_settings") ?? "{}"),
|
||||||
// Ensure the language is set to a consistent value
|
// Ensure the language is set to a consistent value
|
||||||
language: "en",
|
language: "en",
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user