Skip to content

Commit

Permalink
Merge branch 'temp' into ljharb-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 15, 2019
2 parents 82b7f47 + 710ac5c commit 479e4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3253,6 +3253,7 @@ var es2015 = function ES2015(ES, ops, expectedMissing, skips) {

t.equal(ES.ToDateString(NaN), 'Invalid Date', 'NaN becomes "Invalid Date"');
var now = Date.now();
// todo
t.equal(ES.ToDateString(now), Date(now), 'any timestamp becomes `Date(timestamp)`');
t.end();
});
Expand Down

0 comments on commit 479e4a6

Please sign in to comment.