diff --git a/src/parser/tests/exceptions.test.ts b/src/parser/tests/exceptions.test.ts index a0708f9..8b18ced 100644 --- a/src/parser/tests/exceptions.test.ts +++ b/src/parser/tests/exceptions.test.ts @@ -155,7 +155,8 @@ describe('try/catch/finally/throw', () => { expect('throw error-object').toMatchTree(` Throw keyword throw - Identifier error-object + FunctionCallOrIdentifier + Identifier error-object `) })