Update package name, adjust Biome config, and fix import order in e2e tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Test, TestingModule } from "@nestjs/testing";
|
||||
import { INestApplication } from "@nestjs/common";
|
||||
import { Test, TestingModule } from "@nestjs/testing";
|
||||
import request from "supertest";
|
||||
import { App } from "supertest/types";
|
||||
import { AppModule } from "../src/app.module";
|
||||
|
||||
Reference in New Issue
Block a user