aboutsummaryrefslogtreecommitdiff
path: root/docs/test/writing.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-28Improve docsGravatar Colin McDonnell 1-50/+50
2023-09-24Update writing.md - Remove duplicate code snippet (#5966)Gravatar Jeroen van Rensen 1-6/+0
2023-09-18change circles for color-blinds (#5594)Gravatar Hamed Zakery Miab 1-50/+50
2023-09-11fix: changes wrong command name in the tests chapter (#4965)Gravatar Krzysztof Szala 1-1/+1
This PR fixes the command name for running tests flagged with `.only`
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-4/+4
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-07-29docs: fixed small errors (#3879)Gravatar 0xflotus 1-1/+1
* Update cache.md * Update index.md * Update macros.md * Update writing.md
2023-07-17Tweak test docsGravatar Colin McDonnell 1-1/+1
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 1-0/+82
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-07-02Update writing.mdGravatar Jarred Sumner 1-5/+5
2023-06-09Update writing.md (#3264)Gravatar Dylan Conway 1-8/+8
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-31/+17
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+357
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates