Skip to content

Commit

Permalink
fix sleep tests in bun-install-registry.test.ts (#13874)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway authored Sep 11, 2024
1 parent 7e705b9 commit 4a58a97
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -34,7 +35,7 @@
"_distfiles": {},
"_attachments": {
"uses-what-bin-slow-window-1.0.0.tgz": {
"shasum": "898c8ed1ec91694ebeb9dc4ea4a4b2fbdad2f6d4",
"shasum": "de6e837e6ca15e2400ebd2ce069dc384a1444ad8",
"version": "1.0.0"
}
},
Expand Down
Binary file not shown.
19 changes: 10 additions & 9 deletions test/cli/install/registry/packages/uses-what-bin-slow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -34,7 +35,7 @@
"_distfiles": {},
"_attachments": {
"uses-what-bin-slow-1.0.0.tgz": {
"shasum": "af87d384ce8a007905c42d87989fd3ccd8fa9d6b",
"shasum": "16dbcb32b2add7bd26a724764cb58fd5c4e46e97",
"version": "1.0.0"
}
},
Expand Down
Binary file not shown.

0 comments on commit 4a58a97

Please sign in to comment.