mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Tidied up test runner. Passing tests are no longer printed to the console.
This commit is contained in:
parent
148dcbb0c5
commit
772c6bbba5
3 changed files with 35 additions and 29 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue