aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/dummy.registry.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 1-4/+7
* Encode slashes in package names in the registry manifest request Co-Authored-By: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com> * Update dummy.registry.ts * Fix tests * Add guide for Azure Artifacts * Update azure-artifacts.md * Update azure-artifacts.md * Typo --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com>
2023-05-25[install] fix `.bin` linking (#3067)Gravatar Alex Lam S.L 1-1/+1
- causes intermittent `bun install` failures on `bun-types`
2023-04-03Use absolute paths morebun-v0.5.9Gravatar Jarred Sumner 1-5/+9
2023-03-25[install] fix tests (#2488)Gravatar Alex Lam S.L 1-3/+3
- avoid creating spurious directories next to test scripts
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-10/+22
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 1-3/+38
* 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-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 1-6/+7
* [install] sanitise against malformed `bun.lockb` fixes #2392 * fix `prettier` checks in unrelated files
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+94