updated some docs and removed some
This commit is contained in:
parent
2aaeba2f6c
commit
fe96cf6679
7 changed files with 109 additions and 734 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue