Added tests for gunzip.

This commit is contained in:
n1073645 2019-12-17 12:28:09 +00:00
parent 72ba579e1e
commit 71078d9332
3 changed files with 60 additions and 1 deletions

View file

@ -42,6 +42,7 @@ import "./tests/ExtractEmailAddresses.mjs";
import "./tests/Fork.mjs";
import "./tests/FromDecimal.mjs";
import "./tests/Gzip.mjs";
import "./tests/Gunzip.mjs";
import "./tests/Hash.mjs";
import "./tests/HaversineDistance.mjs";
import "./tests/Hexdump.mjs";