mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Merge conflicts
This commit is contained in:
@@ -40,13 +40,13 @@ import Chef from "../src/core/Chef.js";
|
||||
this.tests.map(function(test, i) {
|
||||
let chef = new Chef();
|
||||
|
||||
return Promise.resolve(chef.bake(
|
||||
return chef.bake(
|
||||
test.input,
|
||||
test.recipeConfig,
|
||||
{},
|
||||
0,
|
||||
false
|
||||
))
|
||||
)
|
||||
.then(function(result) {
|
||||
let ret = {
|
||||
test: test,
|
||||
|
||||
Reference in New Issue
Block a user