Skip to content

Commit

Permalink
perf: tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 3, 2022
1 parent 49f6311 commit bdce6a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/js/test.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {strict as assert} from 'node:assert'
import {$, semver, createHook, ip, tempy, tcping} from '../../main/js/index.mjs'
import {$, semver, createHook, ip, tempy, tcping, sleep} from '../../main/js/index.mjs'

// $.raw
{
Expand Down Expand Up @@ -102,6 +102,7 @@ import {$, semver, createHook, ip, tempy, tcping} from '../../main/js/index.mjs'

await $`ps-tree`

$.preferLocal = false
$.verbose = 2
}

Expand Down

0 comments on commit bdce6a5

Please sign in to comment.