chore: Test performance (#5786)
This commit is contained in:
@@ -2,11 +2,8 @@ import { DefaultState } from "koa";
|
||||
import randomstring from "randomstring";
|
||||
import ApiKey from "@server/models/ApiKey";
|
||||
import { buildUser, buildTeam } from "@server/test/factories";
|
||||
import { setupTestDatabase } from "@server/test/support";
|
||||
import auth from "./authentication";
|
||||
|
||||
setupTestDatabase();
|
||||
|
||||
describe("Authentication middleware", () => {
|
||||
describe("with JWT", () => {
|
||||
it("should authenticate with correct token", async () => {
|
||||
|
||||
Reference in New Issue
Block a user