chore: Test performance (#5786)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Star, Event } from "@server/models";
|
||||
import { sequelize } from "@server/storage/database";
|
||||
import { buildDocument, buildUser } from "@server/test/factories";
|
||||
import { findLatestEvent, setupTestDatabase } from "@server/test/support";
|
||||
import { findLatestEvent } from "@server/test/support";
|
||||
import starCreator from "./starCreator";
|
||||
|
||||
setupTestDatabase();
|
||||
|
||||
describe("starCreator", () => {
|
||||
const ip = "127.0.0.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user