Skip to content

Commit ec3b2b7

Browse files
committed
unit test failure test
1 parent 9eabe2a commit ec3b2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/core/error_helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,8 @@ suite('Global Error Handling', function() {
713713
WAIT_AND_RESOLVE,
714714
'<script>',
715715
'function setup() {',
716-
'console.log(x);', // ReferenceError: Cannot access 'x' before initialization
717-
'let x = 100;',
716+
'console.log(x)', // ReferenceError: Cannot access 'x' before initialization
717+
'let x = 100',
718718
'}',
719719
'</script>'
720720
].join('\n')

0 commit comments

Comments
 (0)