Tidied up Avro to JSON operation

This commit is contained in:
n1474335 2019-10-31 14:17:07 +00:00
parent a2c46b3f66
commit daad633195
5 changed files with 15 additions and 19 deletions

View file

@ -91,7 +91,7 @@ import "./tests/Protobuf.mjs";
import "./tests/ParseSSHHostKey.mjs";
import "./tests/DefangIP.mjs";
import "./tests/ParseUDP.mjs";
import "./tests/AvroToJSON";
import "./tests/AvroToJSON.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";

View file

@ -1,5 +1,4 @@
/**
*
* Avro to JSON tests.
*
* @author jarrodconnolly [jarrod@nestedquotes.ca]