Add tests

This commit is contained in:
Andy Wang 2020-04-02 01:38:54 +01:00
parent 345c169ac7
commit c685fbbac2
2 changed files with 24 additions and 0 deletions

View file

@ -39,6 +39,7 @@ import "./tests/Crypt.mjs";
import "./tests/CSV.mjs"; import "./tests/CSV.mjs";
import "./tests/DateTime.mjs"; import "./tests/DateTime.mjs";
import "./tests/ExtractEmailAddresses.mjs"; import "./tests/ExtractEmailAddresses.mjs";
import "./tests/ExtractQuantisationTables.mjs";
import "./tests/Fork.mjs"; import "./tests/Fork.mjs";
import "./tests/FromDecimal.mjs"; import "./tests/FromDecimal.mjs";
import "./tests/Gzip.mjs"; import "./tests/Gzip.mjs";

File diff suppressed because one or more lines are too long