Skip to content

Commit

Permalink
add skipped test for support for fullwidth characters
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 11, 2016
1 parent a729b08 commit e18c7cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ test(t => {
const ansi = stripAnsi(fn(str, 0, 55));
t.is(native, ansi);
});

test.skip('supports fullwidth characters', t => {
t.is(fn('안녕하세', 0, 4), '안녕');
});

0 comments on commit e18c7cf

Please sign in to comment.