mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Fix tests
This commit is contained in:
@@ -136,7 +136,7 @@ TestRegister.addApiTests([
|
|||||||
|
|
||||||
it("chef.help: returns multiple results", () => {
|
it("chef.help: returns multiple results", () => {
|
||||||
const result = chef.help("base 64");
|
const result = chef.help("base 64");
|
||||||
assert.strictEqual(result.length, 11);
|
assert.strictEqual(result.length, 13);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("chef.help: looks in description for matches too", () => {
|
it("chef.help: looks in description for matches too", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user