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

File add-comment.spec.js

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

Source from the content-addressed store, hash-verified

1import makeAddComment from './add-comment'
2import makeHandleModeration from './handle-moderation'
3import makeCommentsDb from '../data-access/comments-db'
4import makeFakeComment from '../../__test__/fixtures/comment'

Callers

nothing calls this directly

Calls 4

makeCommentsDbFunction · 0.85
makeFakeCommentFunction · 0.85
makeHandleModerationFunction · 0.85
makeAddCommentFunction · 0.85

Tested by

no test coverage detected