aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.classes.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28toHaveProperty and tests (#1558)Gravatar Dylan Conway 1-1/+1
* toHaveProperty and tests * emoji tests
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-0/+24
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative
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