mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Tidied up 'Split Colour Channels' operation and added 'Multimedia' category
This commit is contained in:
parent
02b92c7977
commit
8b533e9893
5 changed files with 50 additions and 38 deletions
|
@ -74,7 +74,6 @@ import "./tests/operations/SeqUtils";
|
|||
import "./tests/operations/SetDifference";
|
||||
import "./tests/operations/SetIntersection";
|
||||
import "./tests/operations/SetUnion";
|
||||
//import "./tests/operations/SplitColourChannels";
|
||||
import "./tests/operations/StrUtils";
|
||||
import "./tests/operations/SymmetricDifference";
|
||||
import "./tests/operations/TextEncodingBruteForce";
|
||||
|
@ -84,6 +83,9 @@ import "./tests/operations/Magic";
|
|||
import "./tests/operations/ParseTLV";
|
||||
import "./tests/operations/Media";
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
//import "./tests/operations/SplitColourChannels";
|
||||
|
||||
let allTestsPassing = true;
|
||||
const testStatusCounts = {
|
||||
total: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue