less chatty

This commit is contained in:
Chris Wanstrath 2025-10-29 15:37:39 -07:00
parent f8d2236292
commit e60e3184fa

View File

@ -111,7 +111,7 @@ describe('Native Function Exceptions', () => {
throw new Error('uncaught error') throw new Error('uncaught error')
}) })
await expect(vm.run()).rejects.toThrow('Uncaught exception in native function: uncaught error') await expect(vm.run()).rejects.toThrow('uncaught error')
}) })
test('native function in function-level catch', async () => { test('native function in function-level catch', async () => {