MCPcopy
hub / github.com/dev-mastery/comments-api / remove-comment.spec.js

File remove-comment.spec.js

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

Source from the content-addressed store, hash-verified

1import makeRemoveComment from './remove-comment'
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
makeRemoveCommentFunction · 0.85
makeFakeCommentFunction · 0.85

Tested by

no test coverage detected