Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    57f3466c
    Fix tautological pattern in tests · 57f3466c
    Mike Pennisi authored
    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.
    57f3466c
    History
    Fix tautological pattern in tests
    Mike Pennisi authored
    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.