Skip to content

Commit

Permalink
chore: move mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Valeriano committed Oct 1, 2024
1 parent 4835695 commit 5d1a6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/app.controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import supertest from "supertest";
import { afterEach, beforeEach, describe, expect, test } from "vitest";
import { AppModule } from "~/app.module";
import { AppService } from "~/app.service";
import { MockAppService } from "#/__setup/mocks/mock-app-service";
import { MockAppService } from "#/__mocks/mock-app-service";

describe("AppController", () => {
let app: INestApplication;
Expand Down

0 comments on commit 5d1a6c2

Please sign in to comment.