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

Make camel,etc smart and add tests

This commit is contained in:
toby
2017-05-02 11:21:04 -04:00
parent d5def01a9d
commit 116c0680a2
6 changed files with 234 additions and 47 deletions

View File

@@ -13,6 +13,7 @@ import "babel-polyfill";
import TestRegister from "./TestRegister.js";
import "./tests/operations/Base58.js";
import "./tests/operations/ByteRepr.js";
import "./tests/operations/Code.js";
import "./tests/operations/Compress.js";
import "./tests/operations/FlowControl.js";
import "./tests/operations/MorseCode.js";