diff options
author | 2022-12-02 22:36:23 -0800 | |
---|---|---|
committer | 2022-12-02 22:36:23 -0800 | |
commit | 369e9f3fbd73994c4d203824d74c3a0e95aba3e0 (patch) | |
tree | 6e36530bf206c4e4af8cb6705ebd3a2fd799df50 | |
parent | 1b7b37232eb0e9e36e9d5f693e14a5d9bc74efbd (diff) | |
download | bun-369e9f3fbd73994c4d203824d74c3a0e95aba3e0.tar.gz bun-369e9f3fbd73994c4d203824d74c3a0e95aba3e0.tar.zst bun-369e9f3fbd73994c4d203824d74c3a0e95aba3e0.zip |
add deps for make test command
Diffstat (limited to '')
-rw-r--r-- | test/bun.js/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/bun.js/package.json b/test/bun.js/package.json index f4afa79e1..97b344860 100644 --- a/test/bun.js/package.json +++ b/test/bun.js/package.json @@ -1,6 +1,8 @@ { "name": "bun-tests", "dependencies": { - "esbuild": "0.15.13" + "esbuild": "0.15.13", + "uuid": "^9.0.0", + "tiny-typed-emitter": "^1.0.0" } } |