aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/test-test.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-2099/+0
2023-03-06support `expect().toThrow(/pattern/)` (#2314)Gravatar Alex Lam S.L 1-2/+11
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-2/+2
2023-02-21Update test runner output with colors and diffs (#2122)Gravatar Dylan Conway 1-4/+2
2023-01-31Re-run prettier after changesGravatar Jarred Sumner 1-66/+21
2023-01-30report invalid input file as test failure (#1938)Gravatar Alex Lam S.L 1-2/+30
2023-01-22Add tests for async failureGravatar Jarred Sumner 1-5/+61
2023-01-22[EventEmitter] Preserve `this` in event emitter callbacksGravatar Jarred Sumner 1-0/+42
2023-01-09Fixes https://github.com/oven-sh/bun/issues/1533Gravatar Jarred Sumner 1-1/+24
2023-01-09Add test for expect().toThrowGravatar Jarred Sumner 1-0/+24
2022-12-17Delete Oniguruma (#1625)Gravatar Jarred Sumner 1-5/+0
2022-12-04Update test-test.test.tsGravatar Jarred Sumner 1-0/+8
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
2022-12-01bun test `toStrictEqual` (#1568)Gravatar Dylan Conway 1-0/+125
2022-11-28toHaveProperty and tests (#1558)Gravatar Dylan Conway 1-113/+332
2022-11-23Bun.deepEquals and expect().toEqual() (#1548)Gravatar Dylan Conway 1-2/+1023
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-0/+144