checking media controller test

This commit is contained in:
dswbx
2025-07-19 09:04:42 +02:00
parent ba7fea5571
commit 491bd65da1
@@ -50,6 +50,8 @@ describe("MediaController", () => {
const file = Bun.file(path);
const name = makeName("png");
console.log("test");
console.log("files:assets", await readdir(assetsPath, { recursive: true }));
const res = await app.server.request("/api/media/upload/" + name, {
method: "POST",
body: file,