aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-02-01 19:06:56 -0800
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-02-01 19:06:56 -0800
commit19eca7649859aee2472667428b6ad7dbdc126b3b (patch)
treead410e988894abc2d4151b01e75a5d1591bf2001
parent3c23f9ad5787bc9e3bd61b7df4c0cdb0fb9f7b99 (diff)
downloadbun-19eca7649859aee2472667428b6ad7dbdc126b3b.tar.gz
bun-19eca7649859aee2472667428b6ad7dbdc126b3b.tar.zst
bun-19eca7649859aee2472667428b6ad7dbdc126b3b.zip
change file extension
-rw-r--r--test/bun.js/text-encoder.test.js2
-rw-r--r--test/bun.js/utf8-encoding-fixture.bin (renamed from test/bun.js/utf8-encoding-fixture.txt)bin4456448 -> 4456448 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/text-encoder.test.js b/test/bun.js/text-encoder.test.js
index 1afc3c9d5..2ee6be150 100644
--- a/test/bun.js/text-encoder.test.js
+++ b/test/bun.js/text-encoder.test.js
@@ -99,7 +99,7 @@ describe("TextEncoder", () => {
expect([...new TextEncoder().encode(String.fromCodePoint(0))]).toEqual([0]);
- const fixture = new Uint8Array(await Bun.file("utf8-encoding-fixture.txt").arrayBuffer());
+ const fixture = new Uint8Array(await Bun.file("utf8-encoding-fixture.bin").arrayBuffer());
const length = 0x110000;
let textEncoder = new TextEncoder();
let textDecoder = new TextDecoder();
diff --git a/test/bun.js/utf8-encoding-fixture.txt b/test/bun.js/utf8-encoding-fixture.bin
index 1f9ecf34f..1f9ecf34f 100644
--- a/test/bun.js/utf8-encoding-fixture.txt
+++ b/test/bun.js/utf8-encoding-fixture.bin
Binary files differ