Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 1 | -4/+5 | ||
2023-02-21 | Update test runner output with colors and diffs (#2122) | 1 | -0/+2247 | ||
* add zig-diff * move diff functions * toHaveProperty diff for objects * use formatter * format labels * move work to format, diff when it makes sense * remove comptime, dim equal slices * order before diff * line diffs * add diffz * switch to diffz * add `diffLines()` function * small `prettyFmt()` bug fix * test runner color output * update `toBe()` error output * fix test * diff method, fix crash * fix link test * remove `isRegex` |