File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ test('it returns only user code frame when code frames from node_modules are fir
39
39
const userTrace = getUserCodeFrame ( stack )
40
40
41
41
expect ( userTrace ) . toMatchInlineSnapshot ( `
42
- " /sample-error/error-example.js:7:14
42
+ /sample-error/error-example.js:7:14
43
43
5 | document.createTextNode('Hello world')
44
44
6 | )
45
45
> 7 | screen.debug()
46
46
| ^
47
- "
47
+
48
48
` )
49
49
} )
50
50
@@ -59,12 +59,12 @@ test('it returns only user code frame when node code frames are present afterwar
59
59
const userTrace = getUserCodeFrame ( )
60
60
61
61
expect ( userTrace ) . toMatchInlineSnapshot ( `
62
- " /sample-error/error-example.js:7:14
62
+ /sample-error/error-example.js:7:14
63
63
5 | document.createTextNode('Hello world')
64
64
6 | )
65
65
> 7 | screen.debug()
66
66
| ^
67
- "
67
+
68
68
` )
69
69
} )
70
70
You can’t perform that action at this time.
0 commit comments