updated some docs and removed some

This commit is contained in:
Bojan Kucera 2025-06-08 20:06:35 -04:00
parent 2aaeba2f6c
commit fe96cf6679
7 changed files with 109 additions and 734 deletions

View file

@ -1,12 +1,12 @@
# Testing with Bun in Stock Bot Platform
This project uses [Bun Test](https://bun.sh/docs/cli/test) for all testing needs. Bun Test provides a fast, modern testing experience with Jest-like API compatibility.
The Stock Bot platform uses [Bun Test](https://bun.sh/docs/cli/test) as the primary testing framework (Updated June 2025). Bun Test provides fast, modern testing with Jest-like API compatibility.
## Getting Started
To run tests:
Run tests using these commands:
```bash
```cmd
# Run all tests (using Turbo)
bun test