Skip to content

Commit 2534352

Browse files
committed
its always the linting
1 parent eb20c31 commit 2534352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/rollup-plugin/test/public-api.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" });

0 commit comments

Comments
 (0)