diff --git a/backend/src/comment/comment.entity.spec.ts b/backend/src/comment/comment.entity.spec.ts deleted file mode 100644 index f9f617f..0000000 --- a/backend/src/comment/comment.entity.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Comment } from './comment.entity'; - -describe('Comment', () => { - it('should be defined', () => { - expect(new Comment()).toBeDefined(); - }); -});