2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-04 09:33:21 +00:00

Add tests

Added tests for 'Drop nth bytes' operation.
This commit is contained in:
Oshawk
2019-10-21 20:59:04 +01:00
parent 30349dbcb9
commit b125f82784
2 changed files with 124 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ import "./tests/Protobuf.mjs";
import "./tests/ParseSSHHostKey.mjs";
import "./tests/DefangIP.mjs";
import "./tests/ParseUDP.mjs";
import "./tests/DropNthBytes.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";