mirror of
https://github.com/gchq/CyberChef
synced 2026-01-21 11:53:37 +00:00
add operation input case to chef.search
This commit is contained in:
@@ -134,5 +134,10 @@ color: white;
|
||||
assert.strictEqual(result.toString(), "SPI1R1T0");
|
||||
}),
|
||||
|
||||
it("toBase64: editableOptions default", () => {
|
||||
const result = toBase64("some input");
|
||||
assert.strictEqual(result.toString(), "c29tZSBpbnB1dA==");
|
||||
}),
|
||||
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user