Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mert authored and mert committed Dec 11, 2024
1 parent d9e8b1a commit e8cf59a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-util-text-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ const common = require('../common');
const test = require('node:test');
const assert = require('node:assert');

test('TextDecoder correctly decodes windows-1252 encoded data', { skip: !common.hasIntl }, (t) => {
}

test('TextDecoder correctly decodes windows-1252 encoded data', { skip: !common.hasIntl }, () => {
const latin1Bytes = new Uint8Array([0xc1, 0xe9, 0xf3]);

const expectedString = 'Áéó';
Expand Down

0 comments on commit e8cf59a

Please sign in to comment.