Jarred Sumner
1a8ec98fd0
Rename code coverage reporter for console -> text ( #12054 )
2024-06-22 14:46:40 -07:00
TATSUNO “Taz” Yasuhiro
4830e2d817
Implement initial LCOV reporter (no function names support) ( #11883 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: dave caruso <me@paperdave.net >
2024-06-22 02:03:19 -07:00
Diogo
fab96a74ea
Add the 5 new bun:test matchers to writing.md docs ( #11803 )
2024-06-12 09:08:06 -07:00
マルコメ
0d76c416ed
docs: update jest compatibility ( #11247 )
2024-05-21 19:25:49 -07:00
Juan Pablo Rinaldi
ad6aadf7b2
Fix coverage documentation ( #10059 )
2024-04-08 06:47:43 -07:00
Meghan Denny
62c8c97e24
add test.todoIf and fix bun-install-registry.test.ts on windows ( #9723 )
...
* bun:test: implement test.todoIf and describe.todoIf
* fix bun-install-registry.test.ts and mark some as todo
* add even more tests
* remove todoIf from this file
* [autofix.ci] apply automated fixes
* fix regression
* this extra expect was incorrect
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-03-30 21:25:05 -07:00
マルコメ
9b4a74715b
docs: update test matchers on jest compatibility ( #9272 )
2024-03-06 00:11:29 -08:00
Lei
b0f9e03230
Fix coverage.md ( #8864 )
...
See lines 264/271 of bunfig.zig
2024-02-14 18:20:37 -08:00
Joe
4e09f8ef8f
Issue-6526 - clarify web docs for the use of .only() ( #8600 )
...
* Update writing.md
clarify the use of `.only()`
* Update test.d.ts
Small clarification in JSDoc
2024-01-31 14:12:26 -08:00
Ben Limmer
3caa846988
docs: expect.extend is implemented ( #8525 )
2024-01-27 20:39:46 -08:00
Dale Seo
a014f1c566
docs: correct imports ( #8380 )
2024-01-22 17:14:55 -08:00
Ciarán
e103b53c86
docs(test/writing.md): Add documentation for test.each ( #7983 )
2024-01-04 17:10:08 -08:00
Ciarán
32ca195f60
docs(test/writing.md): update matchers to indicate support for arrayContaining, closeTo, objectContaining ( #7800 )
2023-12-29 21:35:34 -08:00
Jarred Sumner
4d7c66066b
fix: Resolve specifiers passed to mock.module ( #7673 )
...
* Mention module mocks in docs
* [autofix.ci] apply automated fixes
* Fix relative file paths that do not exist
* add test for file: URL
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-15 14:41:56 -08:00
Ashcon Partovi
fbcb622335
Implement expect().toContainEqual() ( #6589 )
...
* Support `expect().toBeValidDate()`
* Support `expect().toContainEqual()`
Also fixes a bug where `expect(new Set()).toContain()` would not work
* Update expect.zig
* docs
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-14 17:11:14 -08:00
James Anderson
1840de3661
feat(test): toHaveBeenNthCalledWith + improve some fail messages ( #7320 )
...
* feat(test): `toHaveBeenNthCalledWith` + improve some fail messages
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-26 15:59:44 -08:00
James Anderson
5f86b839b4
feat(test): toHaveBeenCalledWith and toHaveBeenLastCalledWith ( #7277 )
2023-11-24 18:24:21 -08:00
Colin McDonnell
640b0b4df9
Improve docs
2023-09-28 14:14:44 -07:00
Jeroen van Rensen
43f092807b
Update writing.md - Remove duplicate code snippet ( #5966 )
2023-09-24 08:50:18 -07:00
Hamed Zakery Miab
8f8ab301b4
change circles for color-blinds ( #5594 )
2023-09-18 10:31:53 -07:00
Colin McDonnell
96a1d5382f
Improve docs
2023-09-14 14:51:42 -07:00
Thomas Rupprecht
8777c3f72c
fix lifecycle docu ( #5159 )
2023-09-12 18:49:19 -07:00
Krzysztof Szala
49b9306dce
fix: changes wrong command name in the tests chapter ( #4965 )
...
This PR fixes the command name for running tests flagged with `.only`
2023-09-11 08:48:53 -07:00
Colin McDonnell
5424ea3403
Doc updates for v1.0 ( #4485 )
...
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
2023-09-07 10:09:09 -07:00
Colin McDonnell
3a45f2c71b
Docs and types for v0.8.0 ( #4199 )
...
* Improve test documentation
* Update nodejs compat docs with tty
* Add debugger guide
* Document Bun.inspect.custom, improve bun test nav
* Address reviews
* Update Bun.file types
* Add Nuxt guide
* Add tty types
2023-08-21 21:34:03 -07:00
Jarred Sumner
cf48379921
Update coverage.md
2023-08-06 07:48:06 -07:00
Jarred Sumner
1462445419
Code coverage for bun test ( #3975 )
...
* WIP code coverage initial commit
* almost works
* one approach
* Code Coverage
* Update WebKit
* it works but is not yet accurate
* skip double ascii check
* wrapper
* it works but i'm not sure what to do about blocks
* hide blocks for now
* Update ZigSourceProvider.cpp
* Create coverage.md
* Update nav.ts
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-08-06 06:30:23 -07:00
0xflotus
dccf82b1c6
docs: fixed small errors ( #3879 )
...
* Update cache.md
* Update index.md
* Update macros.md
* Update writing.md
2023-07-29 03:58:45 -07:00
Colin McDonnell
8a176913d8
Tweak test docs
2023-07-17 11:42:13 -07:00
Colin McDonnell
109ebc14fd
Various docs updates ( #3437 )
...
* 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-06 13:02:29 -07:00
Jarred Sumner
e5f93ddf55
Update lifecycle.md
2023-07-03 13:46:20 -07:00
Jarred Sumner
48d726bfd0
Update time.md
2023-07-02 23:48:31 -07:00
Jarred Sumner
12a342b6c0
Update time.md
2023-07-02 23:47:48 -07:00
Jarred Sumner
1206352b4a
Update time.md
2023-07-02 23:46:08 -07:00
Jarred Sumner
9da9bac30c
Update time.md
2023-07-02 23:18:58 -07:00
Jarred Sumner
cd243f40ee
Update time.md
2023-07-02 23:10:50 -07:00
Jarred Sumner
000417731b
Add time doc
2023-07-02 23:07:33 -07:00
Jarred Sumner
c77518ff93
Update writing.md
2023-07-02 22:57:24 -07:00
Colin McDonnell
adb451eec6
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
2023-06-20 18:57:37 -07:00
Dylan Conway
68b9731db2
Update writing.md ( #3264 )
2023-06-09 19:46:29 -07:00
Colin McDonnell
9b6913e1a6
More/better docs for JSX, utils, binary data, streams, hashing, bun test, 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-05-29 11:49:51 -07:00
Jarred Sumner
12b34c6258
Add watch mode page
2023-05-21 01:29:57 -07:00
Jarred Sumner
34af34db9f
Update extending.md
2023-05-21 01:21:13 -07:00
Jarred Sumner
a29ee9f9a2
Update extending.md
2023-05-21 01:20:21 -07:00
Jarred Sumner
7ad1fc4f8f
Update extending.md
2023-05-21 01:18:43 -07:00
Jarred Sumner
40ee435a4b
More documentation
2023-05-21 01:17:21 -07:00
Jarred Sumner
ae8fc25b58
Update extending.md
2023-05-21 00:57:44 -07:00
Jarred Sumner
ef9555b9e1
Update extending.md
2023-05-21 00:56:13 -07:00
Jarred Sumner
3c2ac63d6e
Update extending.md
2023-05-21 00:56:05 -07:00
Jarred Sumner
fdd5d49fe3
Update extending.md
2023-05-21 00:55:03 -07:00