mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
move eslintrc up a directory
This commit is contained in:
parent
f7547db272
commit
ee07b72415
4 changed files with 12 additions and 12 deletions
|
@ -38,7 +38,7 @@ import Chef from "../src/core/Chef.js";
|
|||
TestRegister.prototype.runTests = function() {
|
||||
return Promise.all(
|
||||
this.tests.map(function(test, i) {
|
||||
var chef = new Chef();
|
||||
let chef = new Chef();
|
||||
|
||||
return Promise.resolve(chef.bake(
|
||||
test.input,
|
||||
|
@ -48,7 +48,7 @@ import Chef from "../src/core/Chef.js";
|
|||
false
|
||||
))
|
||||
.then(function(result) {
|
||||
var ret = {
|
||||
let ret = {
|
||||
test: test,
|
||||
status: null,
|
||||
output: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue