aboutsummaryrefslogtreecommitdiff
path: root/test/regression (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16Fix formattingGravatar Ashcon Partovi 1-2/+1
2023-10-16Fix `request.url` having incorrect portGravatar Ashcon Partovi 3-0/+91
Fixes #6443
2023-10-16Rename some testsGravatar Ashcon Partovi 3-0/+0
2023-10-16Fix #6467Gravatar Ashcon Partovi 1-0/+7
2023-09-13Fix bug with multiline string in CRLF terminated files (#4893) (#5318)Gravatar Mordy Tikotzky 1-0/+23
* Fix bug with multiline string in CRLF terminated files (#4893) * add test for #4893
2023-08-06Running missing scripts exits with non-0 (#4026)Gravatar Yash Sharma 1-0/+12
Co-authored-by: Yash Sharma <yashsharma@Yashs-MacBook-Air.local>
2023-07-20fix flaky testGravatar Jarred Sumner 1-3/+2
@paperdave we must always use `bunEnv` in the `env` to ensure that the color settings and other stuff doesn't cause bun to produce extraneous stdout input when using console.log Additionally, the console.log was left in (which is okay)
2023-07-20fix directory caching with workaround (#3710)Gravatar dave caruso 2-0/+42
* ok * test
2023-05-31Make uploading files with `fetch()`fast (#3125)Gravatar Jarred Sumner 1-4/+3
* Make file uploads fast * Add benchmark * Update README.md * defaults * print * prettier * smaller * fix(path) fix parse behavior (#3134) * Add macro docs (#3139) * Add macro doc * Updates * Tweaks * Update doc * Update macro serialization doc * Update macro doc * `--no-macros` flag, disable macros in node_modules * invert base/filename internally (#3141) * always false * Fix broken test * Add a test sendfile() test with large file --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-05-27Fixes #3091 (#3092)Gravatar Jarred Sumner 1-0/+5
* Fixes #3091 * Update build-id --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 1-6/+5
2023-03-29Fixes #2499 (#2501)Gravatar Jarred Sumner 2-0/+116
* Fixes #2499 * This needs to be quoted --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 2-10/+10
* Fix test * Fix segfault when unexpected type is passed in `expect().toThrow` * Fix issues with request constructor * Don't bother cloning headers when its empty * woops * more tests * fix incorrect test * Make the fetch error messages better * Update response.zig * Fix test that failed on macOS * Fix test * Remove extra hash table lookups * Support running dummy registry directly cc @alexlamsl * Update test * Update test * fixup * Workaround crash in test runner * Fixup test * Fixup test * Update os.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-03-13Better test coverage for Request and ResponseGravatar Ashcon Partovi 3-0/+49
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 2-0/+49