mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04: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…
Add table
Add a link
Reference in a new issue