Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dmno-dev/bumpy
/ shell.test.ts
File
shell.test.ts
packages/bumpy/test/utils/shell.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, expect, describe } from
'bun:test'
;
2
import
{ runStreaming, runAsync, runArgsAsync } from
'../../src/utils/shell.ts'
;
3
4
describe(
'runStreaming'
, () => {
Callers
nothing calls this directly
Calls
3
runStreaming
Function · 0.90
runAsync
Function · 0.90
runArgsAsync
Function · 0.90
Tested by
no test coverage detected