Skip to content

Commit

Permalink
chore: replace jest with vitest in backend project
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Nov 28, 2024
1 parent 80039d1 commit 60cab3c
Show file tree
Hide file tree
Showing 15 changed files with 1,834 additions and 3,203 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as request from "supertest";
import request from "supertest";
import { Test } from "@nestjs/testing";
import { INestApplication } from "@nestjs/common";
import { AppModule } from "../src/app.module";
Expand Down
Loading

0 comments on commit 60cab3c

Please sign in to comment.