Modified control rotor stepping so the next control rotor steps once the previous rotor reaches "O" and added tests

This commit is contained in:
hettysymes 2020-06-07 17:45:17 +01:00
parent e2b3389da6
commit 3c68ad1302
3 changed files with 56 additions and 32 deletions

View file

@ -101,6 +101,7 @@ import "./tests/LuhnChecksum.mjs";
import "./tests/CipherSaber2.mjs";
import "./tests/Colossus.mjs";
import "./tests/ParseObjectIDTimestamp.mjs";
import "./tests/SIGABA.mjs";
// Cannot test operations that use the File type yet