mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 17:07:57 +00:00
Fixed small syntax error
This commit is contained in:
parent
fdc8a15595
commit
414726ecd4
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ import "./tests/operations/Image.js";
|
|||
import "./tests/operations/MorseCode.js";
|
||||
import "./tests/operations/StrUtils.js";
|
||||
import "./tests/operations/SeqUtils.js";
|
||||
import "./tests/operations/VBE.js"
|
||||
import "./tests/operations/VBE.js";
|
||||
|
||||
|
||||
let allTestsPassing = true;
|
||||
const testStatusCounts = {
|
||||
|
|
Loading…
Reference in a new issue