aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.classes.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-18feat(test): Implement `arrayContaining` (#5572)Gravatar WingLim 1-0/+12
2023-08-08feat(bun/test): Implement "toSatisfy" & "toIncludeRepeated" (fwup) (#3651)Gravatar Tiramify (A.K. Daniel) 1-0/+8
2023-07-28feat(bun/test): Impl. expect().pass() & expect().fail() (#3843)Gravatar Tiramify (A.K. Daniel) 1-0/+8
2023-06-19feat(bun/test): Impl. "toBeArray", "toBeArrayOfSize" & "toBeTypeOf" (#3316)Gravatar Tiramify (A.K. Daniel) 1-0/+12
2023-06-09`toMatchObject` and some asymmetric matchers (#3260)Gravatar Dylan Conway 1-0/+35
2023-06-09Implement mocks in bun:test (#3252)Gravatar Jarred Sumner 1-0/+4
2023-05-31Small improvements to `bun test` (#3071)Gravatar Ashcon Partovi 1-0/+68
2023-05-26Implement `expect().toBeEmpty()` (#3060)Gravatar Ashcon Partovi 1-8/+13
2023-04-30Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754)Gravatar Will Richards 2 1-0/+8
2023-03-14Implement `toMatchSnapshot()` (#2294)Gravatar Dylan Conway 1-0/+12
2023-02-06Mark some things as not configurableGravatar Jarred Sumner 1-0/+1
2022-11-28toHaveProperty and tests (#1558)Gravatar Dylan Conway 1-1/+1
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-0/+24
2022-11-15add generated getter/setter type with thisValue (#1513)Gravatar Dylan Conway 1-0/+3
2022-11-07[bun:test] Implement `expect` in faster Zig bindingsGravatar Jarred Sumner 1-0/+186