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";