mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
linting
This commit is contained in:
parent
3efe9309ef
commit
83fa50bf13
2 changed files with 1 additions and 4 deletions
|
@ -84,6 +84,3 @@ export function sentenceToCamelCase(str) {
|
||||||
})
|
})
|
||||||
.reduce((prev, curr) => `${prev}${curr}`, "");
|
.reduce((prev, curr) => `${prev}${curr}`, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -647,7 +647,7 @@ WWFkYSBZYWRh\r
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("HMAC", () => {
|
it("HMAC", () => {
|
||||||
assert.strictEqual(chef.HMAC("On Cloud Nine", {key: "idea"}).toString(), "78206a67f34bfc073243c3c89148c21e");
|
assert.strictEqual(chef.HMAC("On Cloud Nine", {key: "idea"}).toString(), "e15c268b4ee755c9e52db094ed50add7");
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("JPathExpression", () => {
|
it("JPathExpression", () => {
|
||||||
|
|
Loading…
Reference in a new issue