mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Implement tests, fix options argument
This commit is contained in:
parent
8559f5c8ea
commit
a95f43aa4d
6 changed files with 314 additions and 44 deletions
|
@ -64,6 +64,9 @@ import "./tests/operations/SetUnion";
|
|||
import "./tests/operations/SymmetricDifference";
|
||||
import "./tests/operations/TranslateDateTimeFormat";
|
||||
import "./tests/operations/Magic";
|
||||
import "./tests/operations/JWTSign";
|
||||
import "./tests/operations/JWTDecode";
|
||||
import "./tests/operations/JWTVerify";
|
||||
|
||||
let allTestsPassing = true;
|
||||
const testStatusCounts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue