mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Clean up database with new schema
This commit is contained in:
parent
a65249b79d
commit
0ca77e9dcc
24 changed files with 10174 additions and 127 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import { afterAll, describe, expect, test } from "bun:test";
|
||||
import type { APIApplication } from "~types/entities/application";
|
||||
import type { APIToken } from "~types/entities/token";
|
||||
import {
|
||||
deleteOldTestUsers,
|
||||
getTestUsers,
|
||||
sendTestRequest,
|
||||
wrapRelativeUrl,
|
||||
} from "./utils";
|
||||
import type { APIToken } from "~types/entities/token";
|
||||
|
||||
const base_url = "http://lysand.localhost:8080"; //config.http.base_url;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue