Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    6e61c27a
    Avoid false positives · 6e61c27a
    Mike Pennisi authored
    As written, the test for `Math.random` would pass if the runtime
    erroneously produced a non-numeric value. Add the necessary assertions
    to guard against this case.
    6e61c27a
    History
    Avoid false positives
    Mike Pennisi authored
    As written, the test for `Math.random` would pass if the runtime
    erroneously produced a non-numeric value. Add the necessary assertions
    to guard against this case.