add operation input case to chef.search

This commit is contained in:
d98762625 2018-06-25 17:58:57 +01:00
parent 2ff7b5902c
commit a4d7065e42
3 changed files with 29 additions and 6 deletions

View file

@ -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==");
}),
]);