mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 16:13:46 +00:00
Tidied up test runner. Passing tests are no longer printed to the console.
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user