MCPcopy Index your code
hub / github.com/dev-mastery/comments-api / list-comments.spec.js

File list-comments.spec.js

src/use-cases/list-comments.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import makeGetComments from './list-comments'
2import makeCommentsDb from '../data-access/comments-db'
3import makeFakeComment from '../../__test__/fixtures/comment'
4import makeDb from '../../__test__/fixtures/db'

Callers

nothing calls this directly

Calls 3

makeCommentsDbFunction · 0.85
makeGetCommentsFunction · 0.85
makeFakeCommentFunction · 0.85

Tested by

no test coverage detected