2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Implement tests, fix options argument

This commit is contained in:
GCHQ 77703
2018-08-29 22:43:10 +01:00
parent 8559f5c8ea
commit a95f43aa4d
6 changed files with 314 additions and 44 deletions

View File

@@ -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 = {