Adding test cases for JSON Minify

This commit is contained in:
Phillip Nordwall 2018-11-22 11:07:48 -08:00
parent 97613eb3c7
commit c16d13e2c9
2 changed files with 112 additions and 0 deletions

View file

@ -51,6 +51,7 @@ import "./tests/operations/Hexdump";
import "./tests/operations/Image";
import "./tests/operations/Jump";
import "./tests/operations/JSONBeautify";
import "./tests/operations/JSONMinify";
import "./tests/operations/JWTDecode";
import "./tests/operations/JWTSign";
import "./tests/operations/JWTVerify";