Connect Operations tests to main test suite

This commit is contained in:
GCHQDeveloper581 2026-06-07 15:47:44 +00:00
parent 5094cd2cb4
commit 7fd31b9bab
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -179,6 +179,7 @@ import "./tests/TakeNthBytes.mjs";
import "./tests/Template.mjs"; import "./tests/Template.mjs";
import "./tests/TextEncodingBruteForce.mjs"; import "./tests/TextEncodingBruteForce.mjs";
import "./tests/TextIntegerConverter.mjs"; import "./tests/TextIntegerConverter.mjs";
import "./tests/Thrift.mjs";
import "./tests/ToFromInsensitiveRegex.mjs"; import "./tests/ToFromInsensitiveRegex.mjs";
import "./tests/TranslateDateTimeFormat.mjs"; import "./tests/TranslateDateTimeFormat.mjs";
import "./tests/Typex.mjs"; import "./tests/Typex.mjs";