Adding test cases for JSON Beautify

This commit is contained in:
Phillip Nordwall 2018-11-20 20:16:25 -08:00
parent a946d04a72
commit 97613eb3c7
2 changed files with 112 additions and 0 deletions

View file

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