Skip to content

Commit 3b16398

Browse files
committed
test: fix response message
1 parent 930c34e commit 3b16398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test('Expressions - spacing', (t) => {
6666

6767
test('Expressions - error', (t) => {
6868
return error('expression_error', (err) => {
69-
t.is(err.message, 'Invalid or unexpected token')
69+
t.is(err.message, 'SyntaxError: Invalid or unexpected token')
7070
})
7171
})
7272

0 commit comments

Comments
 (0)