| 1 | import makeRemoveComment from './remove-comment' |
| 2 | import makeCommentsDb from '../data-access/comments-db' |
| 3 | import makeFakeComment from '../../__test__/fixtures/comment' |
| 4 | import makeDb from '../../__test__/fixtures/db' |
nothing calls this directly
no test coverage detected