-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix sleep tests in
bun-install-registry.test.ts
(#13874)
- Loading branch information
1 parent
7e705b9
commit 4a58a97
Showing
4 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,26 +5,27 @@ | |
"name": "uses-what-bin-slow-window", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"install": "sleep 5 && what-bin" | ||
"install": "bun sleep.js && what-bin" | ||
}, | ||
"dependencies": { | ||
"what-bin": "1.0.0" | ||
}, | ||
"_id": "[email protected]", | ||
"_nodeVersion": "21.7.1", | ||
"_npmVersion": "10.5.0", | ||
"gitHead": "9207d4123bb4116b8e19153b38fb9f2b58032ee4", | ||
"_nodeVersion": "22.7.0", | ||
"_npmVersion": "10.8.3", | ||
"dist": { | ||
"integrity": "sha512-SVknEB1K9N8f3WldcidJMAwpIGkwdVJ3gwF/7lrqtToWdVs4l7g+6PoQk3VoCbyN6csPHVhr4m8oV/MwYZDiLw==", | ||
"shasum": "898c8ed1ec91694ebeb9dc4ea4a4b2fbdad2f6d4", | ||
"integrity": "sha512-u7EgbLjHj4a4EzZM3ed3aVBGKJBqhZ8yXdbOB2QsM4MfoLhjR/lxFBWbuca5kraC0PdtfpvVzhkT921UWPsauw==", | ||
"shasum": "de6e837e6ca15e2400ebd2ce069dc384a1444ad8", | ||
"tarball": "http://localhost:4873/uses-what-bin-slow-window/-/uses-what-bin-slow-window-1.0.0.tgz" | ||
}, | ||
"contributors": [] | ||
} | ||
}, | ||
"time": { | ||
"modified": "2024-04-25T06:58:20.908Z", | ||
"created": "2024-04-25T06:58:20.908Z", | ||
"1.0.0": "2024-04-25T06:58:20.908Z" | ||
"modified": "2024-09-11T04:59:52.705Z", | ||
"created": "2024-09-11T04:59:52.705Z", | ||
"1.0.0": "2024-09-11T04:59:52.705Z" | ||
}, | ||
"users": {}, | ||
"dist-tags": { | ||
|
@@ -34,7 +35,7 @@ | |
"_distfiles": {}, | ||
"_attachments": { | ||
"uses-what-bin-slow-window-1.0.0.tgz": { | ||
"shasum": "898c8ed1ec91694ebeb9dc4ea4a4b2fbdad2f6d4", | ||
"shasum": "de6e837e6ca15e2400ebd2ce069dc384a1444ad8", | ||
"version": "1.0.0" | ||
} | ||
}, | ||
|
Binary file modified
BIN
+51 Bytes
(120%)
...i/install/registry/packages/uses-what-bin-slow-window/uses-what-bin-slow-window-1.0.0.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,26 +5,27 @@ | |
"name": "uses-what-bin-slow", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"install": "sleep 1 && what-bin" | ||
"install": "bun sleep.js && what-bin" | ||
}, | ||
"dependencies": { | ||
"what-bin": "1.0.0" | ||
}, | ||
"_id": "[email protected]", | ||
"_nodeVersion": "21.1.0", | ||
"_npmVersion": "10.2.0", | ||
"gitHead": "7e705b9d40fead6796575fd0df0d1ccfa124e95c", | ||
"_nodeVersion": "22.7.0", | ||
"_npmVersion": "10.8.3", | ||
"dist": { | ||
"integrity": "sha512-/l5wILffL/epzl68C0NJPAxpTAd4P0Jyu911I2oI2XTNy8GzPdfHTNQ18GddYovPjaL+bQhopfgkmiHfF9/n2Q==", | ||
"shasum": "af87d384ce8a007905c42d87989fd3ccd8fa9d6b", | ||
"integrity": "sha512-sCuZz2/akHPvO9qh5IfQCIjAzcm0+WV0Wq9/IJUREgsMyf1+DcjDCwy6zq3tQuXJizLV0IkrPuFHEhzxxqJ1nA==", | ||
"shasum": "16dbcb32b2add7bd26a724764cb58fd5c4e46e97", | ||
"tarball": "http://localhost:4873/uses-what-bin-slow/-/uses-what-bin-slow-1.0.0.tgz" | ||
}, | ||
"contributors": [] | ||
} | ||
}, | ||
"time": { | ||
"modified": "2023-11-21T23:39:12.762Z", | ||
"created": "2023-11-21T23:39:12.762Z", | ||
"1.0.0": "2023-11-21T23:39:12.762Z" | ||
"modified": "2024-09-11T04:55:31.365Z", | ||
"created": "2024-09-11T04:55:31.365Z", | ||
"1.0.0": "2024-09-11T04:55:31.365Z" | ||
}, | ||
"users": {}, | ||
"dist-tags": { | ||
|
@@ -34,7 +35,7 @@ | |
"_distfiles": {}, | ||
"_attachments": { | ||
"uses-what-bin-slow-1.0.0.tgz": { | ||
"shasum": "af87d384ce8a007905c42d87989fd3ccd8fa9d6b", | ||
"shasum": "16dbcb32b2add7bd26a724764cb58fd5c4e46e97", | ||
"version": "1.0.0" | ||
} | ||
}, | ||
|
Binary file modified
BIN
+51 Bytes
(130%)
test/cli/install/registry/packages/uses-what-bin-slow/uses-what-bin-slow-1.0.0.tgz
Binary file not shown.