aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/test-test.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23Bun.deepEquals and expect().toEqual() (#1548)Gravatar Dylan Conway 1-2/+1023
* all of deepEquals * remove comment, tests, move inline function
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-0/+144
* 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