Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-04 | [bun:test] Fix crash when `test("foo")` is called without passing a function | 1 | -6/+13 | ||
2022-12-02 | matchers for less than and greater than (#1573) | 1 | -4/+252 | ||
* toBeGreaterThan with tests * toBeGreaterThanOrEqual and tests * toBeLessThan and toBeLessThanOrEqual with tests * expect types * switch expressions | |||||
2022-12-01 | bun test `toStrictEqual` (#1568) | 1 | -1/+42 | ||
* 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-29 | import everything from "bun" where possible | 1 | -10/+10 | ||
2022-11-28 | toHaveProperty and tests (#1558) | 2 | -2/+72 | ||
* toHaveProperty and tests * emoji tests | |||||
2022-11-23 | Bun.deepEquals and expect().toEqual() (#1548) | 1 | -1/+40 | ||
* all of deepEquals * remove comment, tests, move inline function | |||||
2022-11-20 | Update jest.zig | 1 | -1/+1 | ||
2022-11-20 | [bun:test] Fix bug with returning a non-promise object in a `test` or `it` ↵ | 1 | -25/+27 | ||
function | |||||
2022-11-19 | Introduce `BUN_GARBAGE_COLLECTOR_LEVEL` debug environment variable | 1 | -1/+26 | ||
2022-11-18 | bun test matchers and tests (#1526) | 2 | -50/+361 | ||
* 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-15 | add generated getter/setter type with thisValue (#1513) | 2 | -1/+4 | ||
2022-11-07 | [bun:test] Rejected promises should cause tests to fail | 1 | -0/+9 | ||
2022-11-07 | [bun:test] Implement `done` callback with support for async functions | 1 | -11/+126 | ||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 2 | -366/+341 | ||
2022-10-27 | feat(core): optimize zig slice (#1408) | 1 | -4/+6 | ||
* feat(core): optimize zig slice * address concerns | |||||
2022-10-15 | add more logging | 1 | -2/+2 | ||
2022-10-02 | Fix test expectation counter | 1 | -12/+17 | ||
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -4/+4 | ||
2022-09-28 | make bun:test ~300x faster when using http server, websockets, etc | 1 | -53/+226 | ||
there was an event loop bug | |||||
2022-09-06 | Move some things to the stack | 1 | -9/+10 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -4/+4 | ||
2022-08-06 | [wiptest] fix calling toBe in describe (#1000) | 1 | -0/+20 | ||
2022-07-11 | [bun wiptest] Fix copy | 1 | -1/+1 | ||
2022-07-02 | [bindings] Mark more stuff as unreachable | 1 | -11/+2 | ||
2022-07-02 | Rename `defaultErrorHandler` to `runErrorHandler` | 1 | -4/+4 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 1 | -2/+2 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1059 | ||