aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-01[jest] fix lifecycle hook execution order (#3461)Gravatar Alex Lam S.L 1-82/+119
2023-06-29Revert "[jest] fix lifecycle hook execution order (#3447)" (#3455)Gravatar Jarred Sumner 1-96/+66
2023-06-28Use `bun.String` for `ZigException` (#3451)Gravatar Jarred Sumner 1-9/+9
2023-06-28[jest] fix lifecycle hook execution order (#3447)Gravatar Alex Lam S.L 1-66/+96
2023-06-26Fix .rejectsGravatar Jarred Sumner 1-14/+7
2023-06-23Add vi.spyOn and clean up some mock function binding calls (#3376)Gravatar dave caruso 1-12/+13
2023-06-22`expect().resolves` and `expect().rejects` (#3318)Gravatar Ashcon Partovi 4-3824/+3650
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 2-9/+9
2023-06-21finish implementing JSMockFunction prototype + lots of expect test organizing...Gravatar dave caruso 1-14/+9
2023-06-20enable asymmetric matchers in `expect.toEqual`, `expect.toStrictEqual`, and `...Gravatar Dylan Conway 1-7/+7
2023-06-19feat(bun/test): Impl. "toBeArray", "toBeArrayOfSize" & "toBeTypeOf" (#3316)Gravatar Tiramify (A.K. Daniel) 2-0/+193
2023-06-11Support using `WTF::StringImpl` from Zig (#3279)Gravatar Jarred Sumner 1-0/+7
2023-06-09`toMatchObject` and some asymmetric matchers (#3260)Gravatar Dylan Conway 3-115/+271
2023-06-09Implement mocks in bun:test (#3252)Gravatar Jarred Sumner 2-6/+141
2023-05-31Small improvements to `bun test` (#3071)Gravatar Ashcon Partovi 4-486/+1507
2023-05-26Implement `expect().toBeEmpty()` (#3060)Gravatar Ashcon Partovi 2-9/+101
2023-05-26Fix crash in test.todo + remove JSC C API usages in bun:test (#3079)Gravatar Jarred Sumner 2-312/+282
2023-05-24Remove that fieldGravatar Jarred Sumner 1-1/+0
2023-05-24Fix string checkGravatar Jarred Sumner 1-1/+2
2023-05-23Implement `bun test --timeout` (#3040)Gravatar Ashcon Partovi 1-6/+3
2023-05-23[bun:test] Fix async/done-based test.todo (#3015)Gravatar Jarred Sumner 1-6/+27
2023-05-20[bun:test] `preload` now supports `beforeAll`, `beforeEach`, `afterAll`, `aft...Gravatar Jarred Sumner 1-14/+116
2023-05-20Implement `test.todo` (#2961)Gravatar Degreat 1-4/+69
2023-05-20Support test timeouts in `bun:test` (#2969)Gravatar Jarred Sumner 1-2/+66
2023-05-19console.log changes (#2966)Gravatar Jarred Sumner 1-6/+6
2023-05-18Implement `expect().toBeCloseTo()` (#2870)Gravatar Degreat 1-1/+98
2023-05-17Make `BuildError` and `ResolveError` use C++ instead of JSC C APIGravatar Jarred Sumner 1-17/+6
2023-05-17Do the WebKit upgradeGravatar Jarred Sumner 1-1/+1
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-6/+6
2023-05-11Report timings for failing tests tooGravatar Jarred Sumner 1-5/+15
2023-05-11[bun test] Add timings to successful testsGravatar Jarred Sumner 1-6/+28
2023-05-10Implement `describe.skip` (#2836)Gravatar Degreat 1-3/+29
2023-05-10Implement `BuildArtifact`Gravatar Jarred Sumner 1-0/+3
2023-04-30Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754)Gravatar Will Richards 2 2-0/+154
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 2-11/+11
2023-04-15toBeFalsy expect counter and test scope check (#2661)Gravatar Will Richards 2 1-1/+7
2023-04-14Implement `@bun` annotationGravatar Jarred Sumner 1-1/+1
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 1-3/+3
2023-03-28More bug fixes (#2486)Gravatar Jarred Sumner 1-2/+10
2023-03-19Prevent undefined memory accessGravatar Jarred Sumner 1-1/+1
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 1-119/+59
2023-03-17Feat(test): add toMatch (#2404)Gravatar zhiyuan 1-6/+71
2023-03-15feat(expect): update toBeInstanceOf (#2396)Gravatar zhiyuan 1-12/+15
2023-03-14Implement `toMatchSnapshot()` (#2294)Gravatar Dylan Conway 3-11/+2623
2023-03-14feat: add toBeInstanceOf matcher in expect (#2389)Gravatar zhiyuan 1-1/+64
2023-03-06support `expect().toThrow(/pattern/)` (#2314)Gravatar Alex Lam S.L 1-3/+74
2023-02-24wiptest -> testGravatar Dylan Conway 1-1/+1
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-10/+10
2023-02-22fix string diff extra newlineGravatar Dylan Conway 1-1/+1
2023-02-22newlines for array diffGravatar Dylan Conway 1-16/+12