Comment out skipped test

Forgot to comment out the code in commit
331ae15317
This commit is contained in:
Samuel Mannehed 2016-11-10 14:28:40 +01:00
parent 331ae15317
commit 80b7dde665
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe('Helpers', function() {
}); });
// This requires very recent versions of most browsers... skipping for now // This requires very recent versions of most browsers... skipping for now
it.skip('should map UCS-4 codepoints to the Unicode range', function() { it.skip('should map UCS-4 codepoints to the Unicode range', function() {
expect(keysyms.fromUnicode('\u{1F686}'.codePointAt())).to.have.property('keysym', 0x101f686); //expect(keysyms.fromUnicode('\u{1F686}'.codePointAt())).to.have.property('keysym', 0x101f686);
}); });
}); });