Fixing comment import
Some checks failed
Anatid Blog CI Workflow / test (./backend) (push) Failing after 27s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 30s
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
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Has been skipped

This commit is contained in:
Phill Pover 2025-03-29 09:02:30 +00:00
parent 8fa2a82a81
commit 6509965ddb

View File

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