aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/test-test.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-03[test] Add a couple tests for subarray toEqualGravatar Jarred Sumner 1-0/+3
2022-12-02matchers for less than and greater than (#1573)Gravatar Dylan Conway 1-0/+449
* toBeGreaterThan with tests * toBeGreaterThanOrEqual and tests * toBeLessThan and toBeLessThanOrEqual with tests * expect types * switch expressions
2022-12-01bun test `toStrictEqual` (#1568)Gravatar Dylan Conway 1-0/+125
* toStrictEqual and bug fix in deepEqual * rebase Remove some dead bindings code * remove debugging test * canGetIndexQuickly for array holes * isStrict template Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-11-28toHaveProperty and tests (#1558)Gravatar Dylan Conway 1-113/+332
* toHaveProperty and tests * emoji tests
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