diff options
author | 2023-06-20 18:57:37 -0700 | |
---|---|---|
committer | 2023-06-20 18:57:37 -0700 | |
commit | adb451eec6b8286a4ee18b16b5b87644d5ef3020 (patch) | |
tree | f1bca25150bf1c9ad9b1ac2d5703b71e5953fc51 /docs/cli | |
parent | 62639081c1b8ffef0dbf8d729d9d21e10ed41734 (diff) | |
download | bun-adb451eec6b8286a4ee18b16b5b87644d5ef3020.tar.gz bun-adb451eec6b8286a4ee18b16b5b87644d5ef3020.tar.zst bun-adb451eec6b8286a4ee18b16b5b87644d5ef3020.zip |
Docs for DOM testing and FileSink (#3330)
* Update websocket docs & jsdoc
* Add info about user-specific data in ws
* Document FileSink
* Docs for happydom test
* Updates
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/test.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cli/test.md b/docs/cli/test.md index 74a241ef2..d19a45a12 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -77,6 +77,8 @@ Bun is compatible with popular UI testing libraries: - [DOM Testing Library](https://testing-library.com/docs/dom-testing-library/intro/) - [React Testing Library](https://testing-library.com/docs/react-testing-library/intro) +See [Test > DOM Testing](/docs/test/dom) for complete documentation. + ## Performance Bun's test runner is fast. |