We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14fbbb commit a8b50d1Copy full SHA for a8b50d1
test/test-loops.js
@@ -117,7 +117,7 @@ test('Loops - no "in" keyword', (t) => {
117
118
test('Loops - expression error', (t) => {
119
return error('loop_expression_error', (err) => {
120
- t.is(err.message, 'Invalid or unexpected token')
+ t.is(err.message, 'SyntaxError: Invalid or unexpected token')
121
})
122
123
0 commit comments