Fixed tests for octal operations.

This commit is contained in:
n1474335 2017-04-05 22:00:06 +01:00
parent a36c9ca339
commit 5f85bff315
5 changed files with 88 additions and 7 deletions

View file

@ -12,6 +12,7 @@ import "babel-polyfill";
import TestRegister from "./TestRegister.js";
import "./tests/operations/Base58.js";
import "./tests/operations/ByteRepr.js";
import "./tests/operations/Compress.js";
import "./tests/operations/FlowControl.js";
import "./tests/operations/MorseCode.js";