From 80027af4e6ed46dd018ae794b09cc5b6d2cb3b61 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 2 Jul 2022 14:18:45 +0300 Subject: [PATCH] test: check extras are passed via proxy --- src/test/js/test.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/js/test.mjs b/src/test/js/test.mjs index 1dc02ab..9930ff0 100644 --- a/src/test/js/test.mjs +++ b/src/test/js/test.mjs @@ -128,6 +128,8 @@ import {$, semver, createHook, ip, tempy, tcping, sleep, ctx} from '../../main/j await ctx(async ($) => { $.verbose = 0 assert(typeof $.raw === 'function') + assert(typeof $.o === 'function') + assert(typeof $.opt === 'function') await ctx(async ($) => { await ctx(async ($) => {