Skip to content

Commit 03266e7

Browse files
author
Luca Forstner
authored
test: Adjust Next.js dev error symbolication tests to new behaviour (#10652)
1 parent 072e21d commit 03266e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/devErrorSymbolification.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test.describe('dev mode error symbolification', () => {
2424
function: 'onClick',
2525
filename: 'components/client-error-debug-tools.tsx',
2626
lineno: 54,
27-
colno: 16,
27+
colno: expect.any(Number),
2828
in_app: true,
2929
pre_context: [' <button', ' onClick={() => {'],
3030
context_line: " throw new Error('Click Error');",

0 commit comments

Comments
 (0)