Skip to content

Commit a00109d

Browse files
committed
test: fix mistakes streaming test
1 parent babf70d commit a00109d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/encoding/mistakes.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ describe('Common implementation mistakes', () => {
631631

632632
for (const [encoding, list] of Object.entries(vectors)) {
633633
test(encoding, (t) => {
634-
if (encoding !== 'gb18030') return
635634
for (const [bytes, expected] of list) {
636635
const u8 = Uint8Array.from(bytes)
637636
const str = new TextDecoder(encoding).decode(u8)

0 commit comments

Comments
 (0)