Skip to content

Commit 95c9647

Browse files
chore: format with prettier [skip ci]
1 parent fbde618 commit 95c9647

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/main/browser-view-host.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ describe("normalizeBrowserURL", () => {
8080
expect(normalizeBrowserURL("C:\\Users\\Lenovo\\Downloads\\sm5\\paper_explainer.html").href).toBe(
8181
"file:///C:/Users/Lenovo/Downloads/sm5/paper_explainer.html",
8282
);
83-
expect(normalizeBrowserURL("C:/Users/Lenovo/My File.html").href).toBe(
84-
"file:///C:/Users/Lenovo/My%20File.html",
85-
);
83+
expect(normalizeBrowserURL("C:/Users/Lenovo/My File.html").href).toBe("file:///C:/Users/Lenovo/My%20File.html");
8684
expect(normalizeBrowserURL("/tmp/preview/index.html").href).toBe("file:///tmp/preview/index.html");
8785
});
8886

0 commit comments

Comments
 (0)