Skip to content

Commit 3fd6662

Browse files
committed
fixup!
1 parent e1b13a4 commit 3fd6662

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/unit/browser/pages/vscode.test.ts

-17
Original file line numberDiff line numberDiff line change
@@ -343,23 +343,6 @@ describe("vscode", () => {
343343
main(document, window, localStorage)
344344

345345
expect(Object.prototype.hasOwnProperty.call(self, "require")).toBe(true)
346-
expect(self.require).toStrictEqual({
347-
baseUrl: "http://localhost/lib/vscode/out",
348-
paths: {
349-
"iconv-lite-umd": "../node_modules/iconv-lite-umd/lib/iconv-lite-umd.js",
350-
jschardet: "../node_modules/jschardet/dist/jschardet.min.js",
351-
"tas-client-umd": "../node_modules/tas-client-umd/lib/tas-client-umd.js",
352-
"vscode-oniguruma": "../node_modules/vscode-oniguruma/release/main",
353-
"vscode-textmate": "../node_modules/vscode-textmate/release/main",
354-
xterm: "../node_modules/xterm/lib/xterm.js",
355-
"xterm-addon-search": "../node_modules/xterm-addon-search/lib/xterm-addon-search.js",
356-
"xterm-addon-unicode11": "../node_modules/xterm-addon-unicode11/lib/xterm-addon-unicode11.js",
357-
"xterm-addon-webgl": "../node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js",
358-
},
359-
recordStats: true,
360-
trustedTypesPolicy: undefined,
361-
"vs/nls": { first: "Jane", last: "Doe" },
362-
})
363346
})
364347
it("should not throw in browser context", () => {
365348
// Assuming we call it in a normal browser context

0 commit comments

Comments
 (0)