aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar cirospaciari <ciro.spaciari@gmail.com> 2023-09-13 21:29:53 -0700
committerGravatar cirospaciari <ciro.spaciari@gmail.com> 2023-09-13 21:29:53 -0700
commit81c39351908637dc8cffe5934f51d9e9e86de9b3 (patch)
tree728092ac1db686407f8fe57b4309ec0978188dec
parent5c9ba38e44b85e783c858457cc610cbab4e63bb0 (diff)
downloadbun-got.tar.gz
bun-got.tar.zst
bun-got.zip
fix got test not runninggot
-rw-r--r--test/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/package.json b/test/package.json
index 58e66833f..c60916b3e 100644
--- a/test/package.json
+++ b/test/package.json
@@ -35,7 +35,8 @@
"undici": "5.20.0",
"vitest": "0.32.2",
"webpack": "5.88.0",
- "webpack-cli": "4.7.2"
+ "webpack-cli": "4.7.2",
+ "got": "13.0.0"
},
"private": true,
"scripts": {