aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/encoding/text-encoder.test.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/js/web/encoding/text-encoder.test.js (renamed from test/bun.js/text-encoder.test.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/text-encoder.test.js b/test/js/web/encoding/text-encoder.test.js
index a18c22618..3d271026d 100644
--- a/test/bun.js/text-encoder.test.js
+++ b/test/js/web/encoding/text-encoder.test.js
@@ -1,5 +1,5 @@
import { expect, it, describe } from "bun:test";
-import { gc as gcTrace, withoutAggressiveGC } from "./gc";
+import { gc as gcTrace, withoutAggressiveGC } from "harness";
const getByteLength = str => {
// returns the byte length of an utf8 string