Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ unstable_spinner_test.ts
File
unstable_spinner_test.ts
cli/unstable_spinner_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
import
{ assertEquals } from
"@std/assert"
;
3
import
{ Spinner } from
"./unstable_spinner.ts"
;
4
import
{ restore, stub } from
"@std/testing/mock"
;
Callers
nothing calls this directly
Calls
8
stub
Function · 0.90
assertEquals
Function · 0.90
restore
Function · 0.90
tick
Method · 0.80
push
Method · 0.45
start
Method · 0.45
stop
Method · 0.45
step
Method · 0.45
Tested by
no test coverage detected