mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 17:43:28 +00:00
fix tests after merge; remove detectFileType as it behaves erratically
This commit is contained in:
@@ -136,7 +136,7 @@ TestRegister.addApiTests([
|
||||
|
||||
it("chef.help: returns multiple results", () => {
|
||||
const result = chef.help("base 64");
|
||||
assert.strictEqual(result.length, 8);
|
||||
assert.strictEqual(result.length, 10);
|
||||
}),
|
||||
|
||||
it("chef.help: looks in description for matches too", () => {
|
||||
|
||||
Reference in New Issue
Block a user