aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.zig (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-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 1-3817/+23
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-4/+4
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) 1-0/+181
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 1-107/+198
2023-06-09Implement mocks in bun:test (#3252)Gravatar Jarred Sumner 1-6/+137
2023-05-31Small improvements to `bun test` (#3071)Gravatar Ashcon Partovi 1-469/+1132
2023-05-26Implement `expect().toBeEmpty()` (#3060)Gravatar Ashcon Partovi 1-1/+88
2023-05-26Fix crash in test.todo + remove JSC C API usages in bun:test (#3079)Gravatar Jarred Sumner 1-310/+280
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-18Implement `expect().toBeCloseTo()` (#2870)Gravatar Degreat 1-1/+98
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-04-30Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754)Gravatar Will Richards 2 1-0/+146
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 1-10/+10
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 1-11/+648
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
2023-02-22format options with quote strings (#2134)Gravatar Dylan Conway 1-33/+39
2023-02-22wiptest -> test (#2131)Gravatar Dylan Conway 1-25/+87
2023-02-21Update test runner output with colors and diffs (#2122)Gravatar Dylan Conway 1-125/+854
2023-01-22[EventEmitter] Preserve `this` in event emitter callbacksGravatar Jarred Sumner 1-4/+40
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 1-1/+1
2023-01-12pointer typeGravatar Dylan Conway 1-1/+1