aboutsummaryrefslogtreecommitdiff
path: root/nginx/t/js_fetch.t
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2025-04-22 10:56:27 +0800
committerhongzhidao <hongzhidao@gmail.com>2025-05-09 01:14:21 +0800
commitb7f76b71f4a1511cd9d954e6da3b0da4c9de40fb (patch)
tree7e87027c23f8d0e6424fee3900b1432433f59377 /nginx/t/js_fetch.t
parenta1e3f15f0a580f7b9d465a5b2ed2287a1705dc84 (diff)
downloadnjs-b7f76b71f4a1511cd9d954e6da3b0da4c9de40fb.tar.gz
njs-b7f76b71f4a1511cd9d954e6da3b0da4c9de40fb.zip
Fetch: QuickJS support.
Diffstat (limited to 'nginx/t/js_fetch.t')
-rw-r--r--nginx/t/js_fetch.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/t/js_fetch.t b/nginx/t/js_fetch.t
index ae9d1f61..7ee1a602 100644
--- a/nginx/t/js_fetch.t
+++ b/nginx/t/js_fetch.t
@@ -342,6 +342,8 @@ $t->write_file('test.js', <<EOF);
}
}
+ out.sort();
+
r.return(200, JSON.stringify(out));
}
@@ -411,8 +413,6 @@ EOF
$t->try_run('no njs.fetch');
-plan(skip_all => 'not yet') if http_get('/engine') =~ /QuickJS$/m;
-
$t->plan(37);
$t->run_daemon(\&http_daemon, port(8082));