Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ promises.unit.test.ts
File
promises.unit.test.ts
packages/utils/src/lib/promises.unit.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ asyncSequential, groupByStatus, settlePromise } from
'./promises.js'
;
2
3
describe(
'groupByStatus'
, () => {
4
it(
'should group results by status'
, () => {
Callers
nothing calls this directly
Calls
4
groupByStatus
Function · 0.85
asyncSequential
Function · 0.85
resolve
Function · 0.85
settlePromise
Function · 0.85
Tested by
no test coverage detected