about summary refs log tree commit diff stats
path: root/test/index.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.test.ts')
-rw-r--r--test/index.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.test.ts b/test/index.test.ts
index 2f682a9..6e29e3d 100644
--- a/test/index.test.ts
+++ b/test/index.test.ts
@@ -1,7 +1,7 @@
 import { type Server } from "bun";
 import { expect, test, beforeAll, afterAll } from "bun:test";
 
-import app from "../src/index";
+import { server as app } from "../src/app";
 
 const port = 33000;
 const base = `http://localhost:${port}/`;