aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-06-20 18:06:28 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-06-20 18:06:28 -0700
commit570ef07170f5ba3595f01d945f41f3bdf3ec8447 (patch)
tree0db298d1463db0b0a89853312ffa402571d068d9
parent83d7ec728f073261176b0bea8451b936c5a376ad (diff)
downloadbun-570ef07170f5ba3595f01d945f41f3bdf3ec8447.tar.gz
bun-570ef07170f5ba3595f01d945f41f3bdf3ec8447.tar.zst
bun-570ef07170f5ba3595f01d945f41f3bdf3ec8447.zip
woops
-rw-r--r--test/js/node/v8/capture-stack-trace.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/node/v8/capture-stack-trace.test.js b/test/js/node/v8/capture-stack-trace.test.js
index 31b1eec39..d96f91483 100644
--- a/test/js/node/v8/capture-stack-trace.test.js
+++ b/test/js/node/v8/capture-stack-trace.test.js
@@ -1,4 +1,4 @@
-import { test, expect } from "bun:test";
+import { test, expect, afterEach } from "bun:test";
const origPrepareStackTrace = Error.prepareStackTrace;
afterEach(() => {