Skip to content

Commit

Permalink
fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Sep 7, 2024
1 parent e26e6a4 commit a8478c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/resolvers/Post/likedBy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ import type mongoose from "mongoose";
import { beforeAll, afterAll, describe, it, expect } from "vitest";
import type { TestPostType } from "../../helpers/posts";
import { createTestPost } from "../../helpers/posts";
import type { TestOrganizationType, TestUserType } from "../../helpers/userAndOrg";
import type { InterfacePost} from "../../../src/models";
import type {
TestOrganizationType,
TestUserType,
} from "../../helpers/userAndOrg";
import type { InterfacePost } from "../../../src/models";
import { Organization, Post } from "../../../src/models";
import { posts as postResolver } from "../../../src/resolvers/Organization/posts";

Expand Down

0 comments on commit a8478c4

Please sign in to comment.