Tidied up test runner. Passing tests are no longer printed to the console.

This commit is contained in:
n1474335 2019-08-20 17:13:05 +01:00
parent 148dcbb0c5
commit 772c6bbba5
3 changed files with 35 additions and 29 deletions

View file

@ -906,7 +906,7 @@ smothering ampersand abreast
}),
it("to unix timestamp", () => {
assert.strictEqual(chef.toUNIXTimestamp("04-01-2001").toString(), "986083200 (Sun 1 April 2001 00:00:00 UTC)");
assert.strictEqual(chef.toUNIXTimestamp("2001-04-01").toString(), "986083200 (Sun 1 April 2001 00:00:00 UTC)");
}),
it("Translate DateTime format", () => {