Skip to content

Commit

Permalink
Remove a redundant test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 11, 2015
1 parent 670be9c commit 0eb5f5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ var runStringTests = function () {
expect(String.fromCodePoint()).to.equal('');
});

it('has a length of one', function () {
expect(String.fromCodePoint).to.have.property('length', 1);
});

it('works', function () {
var codePoints = [];
var chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789…?!';
Expand Down

0 comments on commit 0eb5f5b

Please sign in to comment.