Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bombshell-dev/clack
/ progress-bar.test.ts
File
progress-bar.test.ts
packages/prompts/test/progress-bar.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
process from
'node:process'
;
2
import
{ EventEmitter } from
'node:stream'
;
3
import
{ afterAll, afterEach, beforeAll, beforeEach, describe, expect, test, vi } from
'vitest'
;
4
import
type
{ ProgressOptions } from
'../src/index.js'
;
Callers
nothing calls this directly
Calls
8
start
Method · 0.80
stop
Method · 0.80
cancel
Method · 0.80
error
Method · 0.80
message
Method · 0.80
on
Method · 0.80
emit
Method · 0.80
advance
Method · 0.80
Tested by
no test coverage detected