Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-18 | Fix several bugs (#2418) | 5 | -16/+77 | |
2023-03-17 | Fix various fetch/response/request tests (#2416) | 20 | -156/+428 | |
2023-03-17 | Feat(test): add toMatch (#2404) | 8 | -8/+155 | |
2023-03-16 | Remove old Docker workflow | 1 | -47/+0 | |
2023-03-16 | Remove test Dockerfile | 1 | -4/+0 | |
2023-03-16 | Organize Dockerfiles for official status | 10 | -55/+287 | |
2023-03-15 | remove trailing comma | 1 | -4/+4 | |
2023-03-15 | Fix socket tests with connection errors (#2403) | 2 | -1/+11 | |
2023-03-15 | Rename `expectObjectTypeCount` to `expectMaxObjectTypeCount` | 4 | -13/+28 | |
2023-03-15 | feat(expect): update toBeInstanceOf (#2396) | 7 | -27/+49 | |
2023-03-15 | Make the test work in any timezone | 1 | -9/+9 | |
2023-03-15 | Fixes #2399 | 3 | -12/+38 | |
2023-03-15 | fix gc-related flaky test failures (#2402) | 9 | -100/+96 | |
2023-03-15 | Remove nested tests from harness | 1 | -89/+27 | |
2023-03-15 | Improve reliability of generated tests | 27 | -821/+921 | |
2023-03-15 | :white_check_mark: some test matchers | 1 | -2/+2 | |
2023-03-15 | fix `gc` import from harness | 2 | -13/+3 | |
2023-03-15 | Case sensitive | 1 | -5/+4 | |
2023-03-15 | fix fixture | 1 | -2/+2 | |
2023-03-15 | :scissors: | 1 | -1/+0 | |
2023-03-15 | Make this test more reliable | 1 | -5/+5 | |
2023-03-15 | Fix broken import path in test | 4 | -2673/+6 | |
2023-03-15 | add tsconfig and update path (#2401) | 2 | -1/+13 | |
2023-03-15 | allows Bun.serve to listen on IPV6 (#2400) | 3 | -47/+146 | |
2023-03-15 | [install] sanitise against malformed `bun.lockb` (#2397) | 7 | -50/+48 | |
2023-03-14 | don't delete bun-snapshots | 2 | -4/+77 | |
2023-03-14 | test added snapshots in new process | 4 | -83/+35 | |
2023-03-14 | Update child_process-node.test.js | 1 | -4/+4 | |
2023-03-14 | generate jest snapshots manually | 1 | -45/+0 | |
2023-03-14 | Condense snapshot output | 1 | -20/+27 | |
2023-03-14 | Fix failing test | 1 | -0/+1 | |
2023-03-14 | calculated class name after name prop | 1 | -11/+8 | |
2023-03-14 | Skip some more irrelevant tests | 5 | -130/+17 | |
2023-03-14 | Implement `toMatchSnapshot()` (#2294) | 41 | -131/+4635 | |
2023-03-14 | Update .prettierignore | 1 | -1/+2 | |
2023-03-14 | Update harness.ts | 1 | -2/+28 | |
2023-03-14 | Ignore irrelevant tests in encoding.test.ts | 2 | -3/+7 | |
2023-03-14 | Fix node test harness | 5 | -189/+232 | |
2023-03-14 | Add missing export | 1 | -6/+8 | |
2023-03-14 | Move tobeInstanceOf() tests to expect.test.ts | 3 | -13/+54 | |
2023-03-14 | Add tests for AbortSignal, AbortController | 5 | -23/+184 | |
2023-03-14 | Fix incorrect test folder | 1 | -1/+1 | |
2023-03-14 | Fix missing `constants` export in zlib | 1 | -2/+3 | |
2023-03-14 | feat: add toBeInstanceOf matcher in expect (#2389) | 3 | -1/+84 | |
2023-03-14 | Fix `node:https` being readonly | 2 | -8/+4 | |
2023-03-14 | Markdown (#2383) | 1 | -13/+13 | |
2023-03-14 | Fix text formatting in .remoteAddress in `ServerWebSocket` and `Socket` | 7 | -43/+132 | |
2023-03-13 | Better test coverage for Request and Response | 9 | -28/+774 | |
2023-03-13 | feat(net.createServer) and adds socket.connect IPC support (#2337) | 5 | -28/+896 | |
2023-03-13 | Add install with proto examples. (#2361) | 1 | -0/+6 |