Skip to content

Commit

Permalink
Merge pull request #4 from RobAndrewHurst/bun
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
RobAndrewHurst authored Apr 2, 2024
2 parents 8a7fb2f + c5b23f1 commit 75817b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Codi is a lightweight JavaScript test framework that allows you to write and run
- 🌈 Colorful output for better readability
- 🖥️ Supports running tests from the command line
- 🌐 Compatible with ECMAScript modules (ESM)
- ⚡ Super fast thanks to [bun.sh](https://bun.sh)

## Installation 📦

Expand All @@ -22,6 +23,8 @@ To use Codi in your project, you need to have Node.js installed. You can install
npm install --save-dev codi-test-framework
```

> For user using codi v0.0.14^ ensure that you have bun v1.1.0 installed.
## Usage 🛠️

### Writing Tests ✍️
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75817b9

Please sign in to comment.