@@ -343,23 +343,6 @@ describe("vscode", () => {
343
343
main ( document , window , localStorage )
344
344
345
345
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
- } )
363
346
} )
364
347
it ( "should not throw in browser context" , ( ) => {
365
348
// Assuming we call it in a normal browser context
0 commit comments