test: update help API expected results to include RenderPDF operation

This commit is contained in:
Shailendra1703 2025-09-12 00:00:15 +05:30
parent 6967ffe4f7
commit 6698519193

View file

@ -136,7 +136,7 @@ TestRegister.addApiTests([
it("chef.help: returns multiple results", () => {
const result = chef.help("base 64");
assert.strictEqual(result.length, 13);
assert.strictEqual(result.length, 14);
}),
it("chef.help: looks in description for matches too", () => {