Skip to content

Commit

Permalink
test: check extras are passed via proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 2, 2022
1 parent 8571f6e commit 80027af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/js/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ($) => {
Expand Down

0 comments on commit 80027af

Please sign in to comment.