Added DateTime test, added filetime functions to Catagories, and removed unused variables.

This commit is contained in:
bwhitn 2017-06-12 05:28:41 -07:00
parent ae38bb0927
commit 0c2c0d7b8b
4 changed files with 37 additions and 7 deletions

View file

@ -16,6 +16,7 @@ import "./tests/operations/ByteRepr.js";
import "./tests/operations/CharEnc.js";
import "./tests/operations/Code.js";
import "./tests/operations/Compress.js";
import "./tests/operations/DateTime.js";
import "./tests/operations/FlowControl.js";
import "./tests/operations/Image.js";
import "./tests/operations/MorseCode.js";