alphabetically sort tests

This commit is contained in:
GCHQ 77703 2018-08-29 22:48:47 +01:00
parent 0420aa8edb
commit c5e8649284
1 changed files with 15 additions and 15 deletions

View File

@ -24,49 +24,49 @@ global.ENVIRONMENT_IS_WEB = function() {
}; };
import TestRegister from "./TestRegister"; import TestRegister from "./TestRegister";
import "./tests/operations/BCD";
import "./tests/operations/BSON";
import "./tests/operations/Base58"; import "./tests/operations/Base58";
import "./tests/operations/Base64"; import "./tests/operations/Base64";
import "./tests/operations/BCD";
import "./tests/operations/BitwiseOp"; import "./tests/operations/BitwiseOp";
import "./tests/operations/BSON";
import "./tests/operations/ByteRepr"; import "./tests/operations/ByteRepr";
import "./tests/operations/CartesianProduct"; import "./tests/operations/CartesianProduct";
import "./tests/operations/CharEnc"; import "./tests/operations/CharEnc";
import "./tests/operations/Ciphers";
import "./tests/operations/Checksum"; import "./tests/operations/Checksum";
import "./tests/operations/Ciphers";
import "./tests/operations/Code"; import "./tests/operations/Code";
import "./tests/operations/Comment";
import "./tests/operations/Compress"; import "./tests/operations/Compress";
import "./tests/operations/ConditionalJump";
import "./tests/operations/Crypt"; import "./tests/operations/Crypt";
import "./tests/operations/DateTime"; import "./tests/operations/DateTime";
import "./tests/operations/Fork"; import "./tests/operations/Fork";
import "./tests/operations/Jump"; import "./tests/operations/FromGeohash.mjs";
import "./tests/operations/ConditionalJump";
import "./tests/operations/Register";
import "./tests/operations/Comment";
import "./tests/operations/Hash"; import "./tests/operations/Hash";
import "./tests/operations/HaversineDistance"; import "./tests/operations/HaversineDistance";
import "./tests/operations/Hexdump"; import "./tests/operations/Hexdump";
import "./tests/operations/Image"; import "./tests/operations/Image";
import "./tests/operations/MorseCode"; import "./tests/operations/Jump";
import "./tests/operations/MS"; import "./tests/operations/MS";
import "./tests/operations/PGP"; import "./tests/operations/Magic";
import "./tests/operations/PHP"; import "./tests/operations/MorseCode";
import "./tests/operations/NetBIOS"; import "./tests/operations/NetBIOS";
import "./tests/operations/OTP"; import "./tests/operations/OTP";
import "./tests/operations/PGP";
import "./tests/operations/PHP";
import "./tests/operations/ParseIPRange";
import "./tests/operations/PowerSet"; import "./tests/operations/PowerSet";
import "./tests/operations/Regex"; import "./tests/operations/Regex";
import "./tests/operations/Register";
import "./tests/operations/Rotate"; import "./tests/operations/Rotate";
import "./tests/operations/StrUtils";
import "./tests/operations/SeqUtils"; import "./tests/operations/SeqUtils";
import "./tests/operations/SetDifference"; import "./tests/operations/SetDifference";
import "./tests/operations/SetIntersection"; import "./tests/operations/SetIntersection";
import "./tests/operations/SetUnion"; import "./tests/operations/SetUnion";
import "./tests/operations/StrUtils";
import "./tests/operations/SymmetricDifference"; import "./tests/operations/SymmetricDifference";
import "./tests/operations/TranslateDateTimeFormat";
import "./tests/operations/Magic";
import "./tests/operations/ToGeohash.mjs"; import "./tests/operations/ToGeohash.mjs";
import "./tests/operations/FromGeohash.mjs"; import "./tests/operations/TranslateDateTimeFormat";
import "./tests/operations/ParseIPRange";
let allTestsPassing = true; let allTestsPassing = true;
const testStatusCounts = { const testStatusCounts = {