mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
fix tests after merge; remove detectFileType as it behaves erratically
This commit is contained in:
parent
5047619e54
commit
749a587eb2
4 changed files with 5 additions and 11 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue