mirror of
https://github.com/gchq/CyberChef
synced 2026-01-03 00:53:30 +00:00
move Set Intersection into its own operation class
This commit is contained in:
@@ -48,6 +48,8 @@ import "./tests/operations/Base64";
|
||||
// import "./tests/operations/StrUtils.js";
|
||||
// import "./tests/operations/SeqUtils.js";
|
||||
import "./tests/operations/SetUnion";
|
||||
import "./tests/operations/SetIntersection";
|
||||
|
||||
|
||||
|
||||
let allTestsPassing = true;
|
||||
|
||||
Reference in New Issue
Block a user