diff options
author | 2023-02-23 17:13:30 -0800 | |
---|---|---|
committer | 2023-02-23 17:13:30 -0800 | |
commit | f54300578b1edc7f67daddbfae29575cbf305264 (patch) | |
tree | 1437f3274122c011f879dca71f59a74d75a33fd0 /docs/api/test.md | |
parent | 5929daeeae1f528abab31979a0a28bc87a03b1f4 (diff) | |
download | bun-f54300578b1edc7f67daddbfae29575cbf305264.tar.gz bun-f54300578b1edc7f67daddbfae29575cbf305264.tar.zst bun-f54300578b1edc7f67daddbfae29575cbf305264.zip |
Add documentation (#2148)bun-v0.5.7
* Add documentation
* Tweaks
* Fixes
* Rearrange
* Update
Diffstat (limited to 'docs/api/test.md')
-rw-r--r-- | docs/api/test.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/test.md b/docs/api/test.md new file mode 100644 index 000000000..6704d407d --- /dev/null +++ b/docs/api/test.md @@ -0,0 +1 @@ +See the [`bun test`](/docs/cli/test) documentation. |