mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
fix more linting errors
This commit is contained in:
parent
f3610e7c95
commit
e403adb9a1
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ import "./tests/operations/OTP.js";
|
|||
import "./tests/operations/Regex.js";
|
||||
import "./tests/operations/StrUtils.js";
|
||||
import "./tests/operations/SeqUtils.js";
|
||||
import "./tests/operations/SetOperations.js"
|
||||
import "./tests/operations/SetOperations.js";
|
||||
|
||||
|
||||
let allTestsPassing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue