Skip to content

Commit

Permalink
Update createOrganization.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antriksh-9 authored Mar 19, 2024
1 parent b7ed3a7 commit 315d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resolvers/Mutation/createOrganization.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type mongoose from "mongoose";
import { ActionItemCategory, User } from "../../../src/models";
import type { MutationCreateOrganizationArgs } from "../../../src/types/generatedGraphQLTypes";
import { connect, disconnect } from "../../helpers/db";
import { vi } from 'vitest';

import {
afterAll,
Expand All @@ -11,7 +12,6 @@ import {
describe,
expect,
it,
vi,
} from "vitest";
import {
LENGTH_VALIDATION_ERROR,
Expand Down

0 comments on commit 315d500

Please sign in to comment.