Skip to content

Commit 3f9bfde

Browse files
committed
fix test snapshot
1 parent 9d061e0 commit 3f9bfde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/development/app-dir/capture-console-error/capture-console-error.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('app-dir - capture-console-error', () => {
4242
expect(result).toMatchInlineSnapshot(`
4343
{
4444
"callStacks": "",
45-
"count": ${isReactExperimental ? 1 : 2},
45+
"count": 1,
4646
"description": "trigger an console <error>",
4747
"source": "app/browser/event/page.js (7:17) @ onClick
4848
@@ -62,9 +62,9 @@ describe('app-dir - capture-console-error', () => {
6262
isReactExperimental
6363
? `"button
6464
app/browser/event/page.js (5:6)"`
65-
: ''
65+
: `""`
6666
},
67-
"count": ${isReactExperimental ? 1 : 2},
67+
"count": 1,
6868
"description": "trigger an console <error>",
6969
"source": "app/browser/event/page.js (7:17) @ error
7070

0 commit comments

Comments
 (0)