chore: format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { describe, it, expect } from "vitest"
|
||||
import { request } from "./helpers/request"
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { request } from "./helpers/request";
|
||||
|
||||
describe("First test", () => {
|
||||
it("Should return hello world", async () => {
|
||||
const response = await request.get("/")
|
||||
expect(response.status).toBe(200)
|
||||
})
|
||||
})
|
||||
it("Should return hello world", async () => {
|
||||
const response = await request.get("/");
|
||||
expect(response.status).toBe(200);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user