| 1 | import makeAddComment from './add-comment' |
| 2 | import makeHandleModeration from './handle-moderation' |
| 3 | import makeCommentsDb from '../data-access/comments-db' |
| 4 | import makeFakeComment from '../../__test__/fixtures/comment' |
nothing calls this directly
no test coverage detected