From c5e864928428db455ba1599abf43113140dac1a0 Mon Sep 17 00:00:00 2001 From: GCHQ 77703 Date: Wed, 29 Aug 2018 22:48:47 +0100 Subject: [PATCH] alphabetically sort tests --- test/index.mjs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/test/index.mjs b/test/index.mjs index 0ea86a9d..0bacb9a7 100644 --- a/test/index.mjs +++ b/test/index.mjs @@ -24,49 +24,49 @@ 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/BCD"; import "./tests/operations/BitwiseOp"; -import "./tests/operations/BSON"; import "./tests/operations/ByteRepr"; import "./tests/operations/CartesianProduct"; import "./tests/operations/CharEnc"; -import "./tests/operations/Ciphers"; 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/DateTime"; import "./tests/operations/Fork"; -import "./tests/operations/Jump"; -import "./tests/operations/ConditionalJump"; -import "./tests/operations/Register"; -import "./tests/operations/Comment"; +import "./tests/operations/FromGeohash.mjs"; import "./tests/operations/Hash"; import "./tests/operations/HaversineDistance"; import "./tests/operations/Hexdump"; import "./tests/operations/Image"; -import "./tests/operations/MorseCode"; +import "./tests/operations/Jump"; import "./tests/operations/MS"; -import "./tests/operations/PGP"; -import "./tests/operations/PHP"; +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/PowerSet"; import "./tests/operations/Regex"; +import "./tests/operations/Register"; import "./tests/operations/Rotate"; -import "./tests/operations/StrUtils"; 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/TranslateDateTimeFormat"; -import "./tests/operations/Magic"; import "./tests/operations/ToGeohash.mjs"; -import "./tests/operations/FromGeohash.mjs"; -import "./tests/operations/ParseIPRange"; +import "./tests/operations/TranslateDateTimeFormat"; let allTestsPassing = true; const testStatusCounts = {