mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Add ObjectId timestamp parser operation
This commit is contained in:
parent
26b19350f2
commit
9f4ef9cdad
4 changed files with 74 additions and 2 deletions
|
@ -100,6 +100,7 @@ import "./tests/Lorenz.mjs";
|
|||
import "./tests/LuhnChecksum.mjs";
|
||||
import "./tests/CipherSaber2.mjs";
|
||||
import "./tests/Colossus.mjs";
|
||||
import "./tests/ParseObjectIdTimestamp.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
@ -120,4 +121,3 @@ const logOpsTestReport = logTestReport.bind(null, testStatus);
|
|||
const results = await TestRegister.runTests();
|
||||
logOpsTestReport(results);
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue