File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4+ ## 0.10.1
5+ * Support cancelling tests early once a certain number of failures have been
6+ reached. Useful to prevent terminals from being overwhelemed
7+ ([ #16 ] ( https://github.com/js-temporal/temporal-test262-runner/pull/16 ) ).
8+ * Support optionally printing the full filepath to failing Test262 files on
9+ disk ([ #16 ] ( https://github.com/js-temporal/temporal-test262-runner/pull/16 ) ).
10+ * Test262 test cases have sourcemap URLs that correctly point to the right file
11+ on disk ([ #16 ] ( https://github.com/js-temporal/temporal-test262-runner/pull/16 ) ).
12+
413## 0.10.0
514* Add time-zone-related DateTimeFormat test globs ([ #14 ] ( https://github.com/js-temporal/temporal-test262-runner/pull/14 ) )
615
Original file line number Diff line number Diff line change 11{
22 "name" : " @js-temporal/temporal-test262-runner" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " Lightweight runner for ECMAScript Temporal's Test262 tests" ,
55 "main" : " index.mjs" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments