File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/rollup-plugin/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ describe("Hooks", () => {
9292 [
9393 "inline format with large file" ,
9494 '"use strict";\n' +
95- "// comment\n" . repeat ( 10 ) +
96- ';{try{(function(){var e="undefined"!=typeof window?window:e._sentryDebugIdIdentifier="sentry-dbid-existing-id");})();}catch(e){}};' +
97- '\nconsole.log("line");\n' . repeat ( 100 ) ,
95+ "// comment\n" . repeat ( 10 ) +
96+ ';{try{(function(){var e="undefined"!=typeof window?window:e._sentryDebugIdIdentifier="sentry-dbid-existing-id");})();}catch(e){}};' +
97+ '\nconsole.log("line");\n' . repeat ( 100 ) ,
9898 ] ,
9999 ] ) ( "should NOT inject when debug ID already exists (%s)" , ( _description , code ) => {
100100 const result = renderChunk ( code , { fileName : "bundle.js" } ) ;
You can’t perform that action at this time.
0 commit comments