Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gate-engine/judge/__tests__/diff-focus.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe('diffCacheIdentity — conservative matching + function anchors', () =>
"import { captureException } from '../utils/presentry-shim';",
],
['a nested call smuggled as the argument', 'Sentry.captureException(mutateGlobalState(err));'],
['a template-literal argument', 'Sentry.captureMessage(`${sideEffect()}`);'],
['a template-literal argument', ['Sentry.captureMessage(`', '$', '{sideEffect()}`);'].join('')],
])('does NOT strip %s — the restage re-reviews', (_label, line) => {
const fixed = edit(10, ['handle();']);
const d1 = gitDiffOf(BASE, fixed);
Expand Down
Loading