mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add the Play Media operation and place it under a new "Multimedia" category. Move the Render Image to this new category as well.
This commit is contained in:
parent
8ab56a29ac
commit
866dd546c8
4 changed files with 152 additions and 1 deletions
|
@ -80,6 +80,7 @@ import "./tests/operations/ToGeohash.mjs";
|
|||
import "./tests/operations/TranslateDateTimeFormat";
|
||||
import "./tests/operations/Magic";
|
||||
import "./tests/operations/ParseTLV";
|
||||
import "./tests/operations/Media";
|
||||
|
||||
let allTestsPassing = true;
|
||||
const testStatusCounts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue