test: add browser test for Jsonata Query $base64decode

Ref: #2063
This commit is contained in:
min23asdw 2026-03-23 00:40:24 +07:00
parent 597e7f33f7
commit f7b2e4b071

View File

@ -218,6 +218,7 @@ module.exports = {
testOpHtml(browser, "JSON Beautify", "{a:1}", ".json-dict .json-literal", "1"); testOpHtml(browser, "JSON Beautify", "{a:1}", ".json-dict .json-literal", "1");
// testOp(browser, "JSON Minify", "test input", "test_output"); // testOp(browser, "JSON Minify", "test input", "test_output");
// testOp(browser, "JSON to CSV", "test input", "test_output"); // testOp(browser, "JSON to CSV", "test input", "test_output");
testOp(browser, "Jsonata Query", '{}', '"Hello World!"', ['$base64decode("SGVsbG8gV29ybGQh")']);
// testOp(browser, "JWT Decode", "test input", "test_output"); // testOp(browser, "JWT Decode", "test input", "test_output");
// testOp(browser, "JWT Sign", "test input", "test_output"); // testOp(browser, "JWT Sign", "test input", "test_output");
// testOp(browser, "JWT Verify", "test input", "test_output"); // testOp(browser, "JWT Verify", "test input", "test_output");