Delete backend/src/comment/comment.entity.spec.ts
Some checks failed
Anatid Blog CI Workflow / test (./backend) (push) Failing after 28s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 30s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Has been skipped
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Has been skipped
Anatid Blog CI Workflow / deploy (push) Has been skipped

Clean up
This commit is contained in:
Phill Pover 2025-03-31 10:15:01 +00:00
parent 1a74bb3bcd
commit c02c0c7923

View File

@ -1,7 +0,0 @@
import { Comment } from './comment.entity';
describe('Comment', () => {
it('should be defined', () => {
expect(new Comment()).toBeDefined();
});
});