2
0
mirror of https://github.com/gchq/CyberChef synced 2026-02-27 10:03:16 +00:00

add tests for File and test based operations. Only unzip to go

This commit is contained in:
d98762625
2019-03-14 17:54:06 +00:00
parent 2019ae43d7
commit b8cb7e9ba8
6 changed files with 76 additions and 7 deletions

View File

@@ -387,7 +387,7 @@ TestRegister.addApiTests([
it("Operation arguments: should be accessible from operation object if op has array arg", () => {
assert.ok(chef.toCharcode.argOptions);
assert.equal(chef.unzip.argOptions, undefined);
assert.deepEqual(chef.unzip.argOptions, {});
}),
it("Operation arguments: should have key for each array-based argument in operation", () => {