Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 1.57 KB

Change Log

0.10.1

  • Support cancelling tests early once a certain number of failures have been reached. Useful to prevent terminals from being overwhelemed (#16).
  • Support optionally printing the full filepath to failing Test262 files on disk (#16).
  • Test262 test cases have sourcemap URLs that correctly point to the right file on disk (#16).

0.10.0

  • Add time-zone-related DateTimeFormat test globs (#14)

0.9.0

  • Improve unexpected pass reporting (#9)
  • Fix sourcemaps by including source URLs when loading code into the VM (#10)
  • Add timeout option to catch infinite-loop/long-running tests (#11)
  • Optionally remove unexpectedly passing tests from expected-failure files (#12)

0.8.0

  • Make npm test fail when tests pass unexpectedly (#6)

0.7.0

  • Add glob pattern for Temporal-related 402 tests (#4)

0.6.0

  • Add tests and CI actions (#2)