|
@@ -24,67 +24,67 @@ global.ENVIRONMENT_IS_WEB = function() {
|
|
|
};
|
|
|
|
|
|
import TestRegister from "./TestRegister";
|
|
|
-import "./tests/operations/BCD";
|
|
|
-import "./tests/operations/BSON";
|
|
|
-import "./tests/operations/Base58";
|
|
|
-import "./tests/operations/Base64";
|
|
|
-import "./tests/operations/Base62";
|
|
|
-import "./tests/operations/BitwiseOp";
|
|
|
-import "./tests/operations/ByteRepr";
|
|
|
-import "./tests/operations/CartesianProduct";
|
|
|
-import "./tests/operations/CharEnc";
|
|
|
-import "./tests/operations/Checksum";
|
|
|
-import "./tests/operations/Ciphers";
|
|
|
-import "./tests/operations/Code";
|
|
|
-import "./tests/operations/Comment";
|
|
|
-import "./tests/operations/Compress";
|
|
|
-import "./tests/operations/ConditionalJump";
|
|
|
-import "./tests/operations/Crypt";
|
|
|
-import "./tests/operations/CSV";
|
|
|
-import "./tests/operations/DateTime";
|
|
|
-import "./tests/operations/ExtractEmailAddresses";
|
|
|
-import "./tests/operations/Fork";
|
|
|
-import "./tests/operations/FromDecimal";
|
|
|
-import "./tests/operations/FromGeohash";
|
|
|
-import "./tests/operations/Hash";
|
|
|
-import "./tests/operations/HaversineDistance";
|
|
|
-import "./tests/operations/Hexdump";
|
|
|
-import "./tests/operations/Image";
|
|
|
-import "./tests/operations/Jump";
|
|
|
-import "./tests/operations/JSONBeautify";
|
|
|
-import "./tests/operations/JSONMinify";
|
|
|
-import "./tests/operations/JWTDecode";
|
|
|
-import "./tests/operations/JWTSign";
|
|
|
-import "./tests/operations/JWTVerify";
|
|
|
-import "./tests/operations/MS";
|
|
|
-import "./tests/operations/Magic";
|
|
|
-import "./tests/operations/MorseCode";
|
|
|
-import "./tests/operations/NetBIOS";
|
|
|
-import "./tests/operations/OTP";
|
|
|
-import "./tests/operations/PGP";
|
|
|
-import "./tests/operations/PHP";
|
|
|
-import "./tests/operations/ParseIPRange";
|
|
|
-import "./tests/operations/ParseQRCode";
|
|
|
-import "./tests/operations/PowerSet";
|
|
|
-import "./tests/operations/Regex";
|
|
|
-import "./tests/operations/Register";
|
|
|
-import "./tests/operations/RemoveDiacritics";
|
|
|
-import "./tests/operations/Rotate";
|
|
|
-import "./tests/operations/SeqUtils";
|
|
|
-import "./tests/operations/SetDifference";
|
|
|
-import "./tests/operations/SetIntersection";
|
|
|
-import "./tests/operations/SetUnion";
|
|
|
-import "./tests/operations/StrUtils";
|
|
|
-import "./tests/operations/SymmetricDifference";
|
|
|
-import "./tests/operations/TextEncodingBruteForce";
|
|
|
-import "./tests/operations/ToGeohash";
|
|
|
-import "./tests/operations/TranslateDateTimeFormat";
|
|
|
-import "./tests/operations/Magic";
|
|
|
-import "./tests/operations/ParseTLV";
|
|
|
-import "./tests/operations/Media";
|
|
|
+import "./tests/BCD";
|
|
|
+import "./tests/BSON";
|
|
|
+import "./tests/Base58";
|
|
|
+import "./tests/Base64";
|
|
|
+import "./tests/Base62";
|
|
|
+import "./tests/BitwiseOp";
|
|
|
+import "./tests/ByteRepr";
|
|
|
+import "./tests/CartesianProduct";
|
|
|
+import "./tests/CharEnc";
|
|
|
+import "./tests/Checksum";
|
|
|
+import "./tests/Ciphers";
|
|
|
+import "./tests/Code";
|
|
|
+import "./tests/Comment";
|
|
|
+import "./tests/Compress";
|
|
|
+import "./tests/ConditionalJump";
|
|
|
+import "./tests/Crypt";
|
|
|
+import "./tests/CSV";
|
|
|
+import "./tests/DateTime";
|
|
|
+import "./tests/ExtractEmailAddresses";
|
|
|
+import "./tests/Fork";
|
|
|
+import "./tests/FromDecimal";
|
|
|
+import "./tests/FromGeohash";
|
|
|
+import "./tests/Hash";
|
|
|
+import "./tests/HaversineDistance";
|
|
|
+import "./tests/Hexdump";
|
|
|
+import "./tests/Image";
|
|
|
+import "./tests/Jump";
|
|
|
+import "./tests/JSONBeautify";
|
|
|
+import "./tests/JSONMinify";
|
|
|
+import "./tests/JWTDecode";
|
|
|
+import "./tests/JWTSign";
|
|
|
+import "./tests/JWTVerify";
|
|
|
+import "./tests/MS";
|
|
|
+import "./tests/Magic";
|
|
|
+import "./tests/MorseCode";
|
|
|
+import "./tests/NetBIOS";
|
|
|
+import "./tests/OTP";
|
|
|
+import "./tests/PGP";
|
|
|
+import "./tests/PHP";
|
|
|
+import "./tests/ParseIPRange";
|
|
|
+import "./tests/ParseQRCode";
|
|
|
+import "./tests/PowerSet";
|
|
|
+import "./tests/Regex";
|
|
|
+import "./tests/Register";
|
|
|
+import "./tests/RemoveDiacritics";
|
|
|
+import "./tests/Rotate";
|
|
|
+import "./tests/SeqUtils";
|
|
|
+import "./tests/SetDifference";
|
|
|
+import "./tests/SetIntersection";
|
|
|
+import "./tests/SetUnion";
|
|
|
+import "./tests/StrUtils";
|
|
|
+import "./tests/SymmetricDifference";
|
|
|
+import "./tests/TextEncodingBruteForce";
|
|
|
+import "./tests/ToGeohash";
|
|
|
+import "./tests/TranslateDateTimeFormat";
|
|
|
+import "./tests/Magic";
|
|
|
+import "./tests/ParseTLV";
|
|
|
+import "./tests/Media";
|
|
|
|
|
|
// Cannot test operations that use the File type yet
|
|
|
-//import "./tests/operations/SplitColourChannels";
|
|
|
+//import "./tests/SplitColourChannels";
|
|
|
|
|
|
let allTestsPassing = true;
|
|
|
const testStatusCounts = {
|