mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
.
This commit is contained in:
@@ -8838,7 +8838,7 @@ describe("platform-specific dependencies", () => {
|
||||
if (isLinux) {
|
||||
packages.push(`linux-${process.arch}-${libcFamily}`);
|
||||
} else if (isWindows) {
|
||||
packages[0].replace("win32", "windows");
|
||||
packages[0] = packages[0].replace("win32", "windows");
|
||||
}
|
||||
|
||||
expect(installedPackages).toContainValues(packages);
|
||||
|
||||
Reference in New Issue
Block a user