From d5da04ebf3a9179914590c85c4974e6c3d415703 Mon Sep 17 00:00:00 2001 From: Denis Urs Rudolph Date: Sat, 27 Dec 2025 17:01:09 +0100 Subject: [PATCH] Added Test instructions to Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c92520c..05992a7 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,10 @@ The management interface for the OTA Fleet System. Built with Next.js to provide ``` Open [http://localhost:3000](http://localhost:3000) in your browser. +3. **Run Tests**: + ```bash + bun run test + ``` + ## Configuration * **API Proxy**: Requests to `/api/*` are forwarded to the backend (check `next.config.ts` or manually configured in `lib/api.ts` if using direct URL). Currently, `lib/api.ts` points to `http://localhost:5000`.