mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Added UNIXTimestampToNTPTimestamp.mjs and NTPTimestampToUNIXTimestamp.mjs to tests/operations/index.mjs
This commit is contained in:
parent
1b33cb2935
commit
a89c2bbc4f
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ import "./tests/Unicode.mjs";
|
|||
import "./tests/YARA.mjs";
|
||||
import "./tests/ParseCSR.mjs";
|
||||
import "./tests/XXTEA.mjs";
|
||||
import "./tests/NTPTimestampToUNIXTimestamp.mjs";
|
||||
import "./tests/UNIXTimestampToNTPTimestamp.mjs";
|
||||
|
||||
const testStatus = {
|
||||
allTestsPassing: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue