From c02c0c7923892726bbb596711cf474dc8db46a8b Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Mon, 31 Mar 2025 10:15:01 +0000 Subject: [PATCH] Delete backend/src/comment/comment.entity.spec.ts Clean up --- backend/src/comment/comment.entity.spec.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 backend/src/comment/comment.entity.spec.ts 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(); - }); -});