index
:
bun
1-runner
add-license
ansg191/server-identity-CN
ansg191/system-store
bun-crash-dump
bun-json
bun-polyfills
bun-test-each
ciro/child-process-fixes
ciro/fetch-fix-with-lock
ciro/fix-flask-tests
ciro/fix-maxRequestBodySize
ciro/fix-test-command
ciro/gc-tests
ciro/http2
ciro/proxy-connect-tests
ciro/queue-response-experiment
ciro/spawn-abort-signal-rebased
ciro/ws-fetch-proper-handshake
cli-flags
completions
create-constructors-when-needed
dap2
dap3
dave/assert-double-is-valid
dave/bundler-string-length
dave/es5-class-helper
dave/import.meta.resolve
dave/install-tag-without-dash
dave/lol
dave/nodemodule-preloadmodules
dave/postinstall
dave/postinstall_2
dave/remove-native-event
dave/zlib
debugger-dev
derrick/fix/bindings-mark-jscinitialize
derrick/fix/event-emitter-async-iter
derrick/fix/event-emitter-emit-throw-native
derrick/fix/http-lowercase-headers
derrick/fix/node-tests
derrick/test/add-ed25519-tests
detect-libc
doc/0.8
dylan/callback-fulfilled-after-rejection
dylan/change-pathname-assert
dylan/cli-fixes
dylan/encoding-fix
dylan/fix-bundling-lodash-es-is-buffer
dylan/fix-error-inlining
dylan/fix-module-field-in-exports
dylan/github-api-option
dylan/github-dependencies
dylan/import-file-path
dylan/non-enumerable-export-values
dylan/resolve-rope-in-string
dylan/set-exit-code
dylan/source-map-names-property
eventstream
feat/ecosystem
feat/npm
fix
fix-prepare-stack-trace
fix-websocket-upgrade
fs-watch-file
got
guides-3
improve-docker
insensitive-pkg-names
integration-tests
jarred/5859
jarred/actions
jarred/add-git
jarred/analytics
jarred/arenas
jarred/ast
jarred/ast-again
jarred/async_bio
jarred/bench
jarred/brotli
jarred/bump-uws
jarred/bundle-workspace-packages
jarred/bunfig
jarred/callable
jarred/canvas
jarred/ci-check
jarred/cjs2
jarred/cleanup-error
jarred/clipboard-objc
jarred/direct
jarred/dump
jarred/edgecase
jarred/esbuild-plugin-api
jarred/escapeHTML
jarred/esm-conditions
jarred/experiment-bsp
jarred/export-star-flat
jarred/exports-map
jarred/faster-error-capturestacktrace
jarred/faster-ordered-properties
jarred/fastmalloc
jarred/fetch-experiment
jarred/fetchheaders
jarred/fix-blob-slice-test
jarred/fix-bunbun-on-wsl
jarred/fix-crash
jarred/fix-http-compression
jarred/fix-issue-with-tsconfig-run
jarred/fix-proxy-regression
jarred/fixes-3129
jarred/gen
jarred/htmlrewriter
jarred/improve-testing
jarred/inquirer
jarred/isolation
jarred/jsc
jarred/land
jarred/landing
jarred/linux
jarred/live-bindings
jarred/make-strings-better
jarred/mdx-thrwawy
jarred/move
jarred/napi
jarred/new-bund
jarred/new-bund-ressurected-branch
jarred/new-http
jarred/no-more-npm
jarred/package-mapper
jarred/pg
jarred/port
jarred/possibly-2732
jarred/postgresql
jarred/precompile-linux-dependencies
jarred/prepare-for-libuv
jarred/profiled-call
jarred/read-tsconfig-jsx
jarred/redo-evaluation-order
jarred/redo-zigstring-for-utf16
jarred/relay
jarred/rename
jarred/repl
jarred/request-finalizer
jarred/rewrite-router
jarred/run
jarred/simdjson
jarred/simplify
jarred/some-fixes-for-eventsource
jarred/standalone-repro1
jarred/start
jarred/strong
jarred/subprocess
jarred/support-tee
jarred/tcc
jarred/throw-if
jarred/update-install-stuff
jarred/update-zig1
jarred/upgrade-zig-2
jarred/uws
jarred/webkit-upgrade-may-17
jarred/wip-more-reliable
jarred/workers
jarred/zlib
jarred/zls
lithdew/picohttp-mimalloc
main
move-templates
nestjs-guide
next-cleanup
origin/main
plugin/plugindata
plugin/resolvedir
postinstall_3
repl
request-body-stream
reserve-commands
revert-5167-dylan/decode-regex-if-needed
rfc/bun-bundler-api
rfc/bunfig-overhaul
save-in-update
sdl
test/action
types/mock
types/readable-stream-default
types/tty
u/vjpr/zig-0.10
xHyroM/types/expose-Bun-Env
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bun.js
/
test
/
jest.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-16
fix(runtime): improve IPC reliability + organization pass on that code (#6475)
dave caruso
1
-2
/
+10
2023-10-16
fix(test): when tests run with --only the nested describe blocks `.on… (#5616)
Igor Shapiro
1
-13
/
+22
2023-08-29
Rename `uws_event_loop` to `event_loop_handle`
Jarred Sumner
1
-1
/
+1
2023-08-28
just kernel32 things (#4354)
Jarred Sumner
1
-2
/
+1
2023-08-24
fix build
Dylan Conway
1
-2
/
+2
2023-08-18
Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea...
Jarred Sumner
1
-18
/
+14
2023-08-16
Fix leaking .ptr (#4181)
Jarred Sumner
1
-4
/
+4
2023-08-10
bun test: format description of test.each (#4092)
Jacques
1
-8
/
+87
2023-08-08
feat(bun:test) add support for test.each() and describe.each() (#4047)
Jacques
1
-16
/
+235
2023-08-06
Code coverage for `bun test` (#3975)
Jarred Sumner
1
-0
/
+1
2023-08-06
Implement --test-name-pattern (#3998)
dave caruso
1
-2
/
+33
2023-07-18
[jest] execute lifecycle hooks on empty blocks (#3663)
Alex Lam S.L
1
-8
/
+26
2023-07-18
zig upgrade (#3667)
Dylan Conway
1
-11
/
+11
2023-07-12
feat(bun/test): Implement "bail" option for "bun test" (#3253)
Tiramify (A.K. Daniel)
1
-0
/
+1
2023-07-02
Stub out `useFakeTimers` and `useRealTimers`
Jarred Sumner
1
-3
/
+28
2023-07-02
Support mocking `new Date()` & `Date.now()` in bun:test (#3501)
Jarred Sumner
1
-0
/
+5
2023-07-01
[jest] fix lifecycle hook execution order (#3461)
Alex Lam S.L
1
-82
/
+119
2023-06-29
Revert "[jest] fix lifecycle hook execution order (#3447)" (#3455)
Jarred Sumner
1
-96
/
+66
2023-06-28
Use `bun.String` for `ZigException` (#3451)
Jarred Sumner
1
-9
/
+9
2023-06-28
[jest] fix lifecycle hook execution order (#3447)
Alex Lam S.L
1
-66
/
+96
2023-06-23
Add vi.spyOn and clean up some mock function binding calls (#3376)
dave caruso
1
-12
/
+13
2023-06-22
`expect().resolves` and `expect().rejects` (#3318)
Ashcon Partovi
1
-3817
/
+23
2023-06-21
upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)
Dylan Conway
1
-4
/
+4
2023-06-21
finish implementing JSMockFunction prototype + lots of expect test organizing...
dave caruso
1
-14
/
+9
2023-06-20
enable asymmetric matchers in `expect.toEqual`, `expect.toStrictEqual`, and `...
Dylan Conway
1
-7
/
+7
2023-06-19
feat(bun/test): Impl. "toBeArray", "toBeArrayOfSize" & "toBeTypeOf" (#3316)
Tiramify (A.K. Daniel)
1
-0
/
+181
2023-06-11
Support using `WTF::StringImpl` from Zig (#3279)
Jarred Sumner
1
-0
/
+7
2023-06-09
`toMatchObject` and some asymmetric matchers (#3260)
Dylan Conway
1
-107
/
+198
2023-06-09
Implement mocks in bun:test (#3252)
Jarred Sumner
1
-6
/
+137
2023-05-31
Small improvements to `bun test` (#3071)
Ashcon Partovi
1
-469
/
+1132
2023-05-26
Implement `expect().toBeEmpty()` (#3060)
Ashcon Partovi
1
-1
/
+88
2023-05-26
Fix crash in test.todo + remove JSC C API usages in bun:test (#3079)
Jarred Sumner
1
-310
/
+280
2023-05-24
Remove that field
Jarred Sumner
1
-1
/
+0
2023-05-24
Fix string check
Jarred Sumner
1
-1
/
+2
2023-05-23
Implement `bun test --timeout` (#3040)
Ashcon Partovi
1
-6
/
+3
2023-05-23
[bun:test] Fix async/done-based test.todo (#3015)
Jarred Sumner
1
-6
/
+27
2023-05-20
[bun:test] `preload` now supports `beforeAll`, `beforeEach`, `afterAll`, `aft...
Jarred Sumner
1
-14
/
+116
2023-05-20
Implement `test.todo` (#2961)
Degreat
1
-4
/
+69
2023-05-20
Support test timeouts in `bun:test` (#2969)
Jarred Sumner
1
-2
/
+66
2023-05-18
Implement `expect().toBeCloseTo()` (#2870)
Degreat
1
-1
/
+98
2023-05-11
Report timings for failing tests too
Jarred Sumner
1
-5
/
+15
2023-05-11
[bun test] Add timings to successful tests
Jarred Sumner
1
-6
/
+28
2023-05-10
Implement `describe.skip` (#2836)
Degreat
1
-3
/
+29
2023-04-30
Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754)
Will Richards 2
1
-0
/
+146
2023-04-19
Fix broken autocomplete
Jarred Sumner
1
-10
/
+10
2023-04-15
toBeFalsy expect counter and test scope check (#2661)
Will Richards 2
1
-1
/
+7
2023-04-14
Implement `@bun` annotation
Jarred Sumner
1
-1
/
+1
2023-04-07
Bun gets a new bundler (#2312)
Jarred Sumner
1
-3
/
+3
2023-03-28
More bug fixes (#2486)
Jarred Sumner
1
-2
/
+10
2023-03-19
Prevent undefined memory access
Jarred Sumner
1
-1
/
+1
[next]