mirror of
https://github.com/tc39/test262.git
synced 2025-10-18 06:14:05 +02:00
In neglecting to assert the type of error thrown (or that any error was thrown at all), these tests cannot fail. Refactor the tests to use the `assert.throws` helper method, which takes these details into consideration.