Clean up database with new schema

This commit is contained in:
Jesse Wierzbinski 2024-04-13 15:21:38 -10:00
parent a65249b79d
commit 0ca77e9dcc
No known key found for this signature in database
24 changed files with 10174 additions and 127 deletions

View file

@ -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;