mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Merge branch 'allow-magic' into simplify-recipe
This commit is contained in:
commit
1ae2857d75
59 changed files with 912 additions and 211 deletions
|
@ -99,7 +99,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
|
||||
// import "./tests/SplitColourChannels.mjs";
|
||||
|
@ -119,4 +119,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