Renamed JSON to Yaml to Beautify JSON

This commit is contained in:
ccarpo 2023-11-21 08:56:20 +01:00
parent 23763363ba
commit 7353315baa
5 changed files with 12 additions and 12 deletions

View file

@ -107,7 +107,7 @@ import "./tests/CBORDecode.mjs";
import "./tests/JA3Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/HASSH.mjs";
import "./tests/YAML.mjs";
import "./tests/BeautifyYAML.mjs";
// Cannot test operations that use the File type yet