mirror of
https://github.com/tc39/test262.git
synced 2025-11-28 17:43:19 +01: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.