From 80b7dde665cac937aa0929d2b75aa482fc0e10ad Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 10 Nov 2016 14:28:40 +0100 Subject: [PATCH] Comment out skipped test Forgot to comment out the code in commit 331ae15317505dcb9caffee5dec412599ed0c943 --- tests/test.helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.helper.js b/tests/test.helper.js index 5eab3edd..4a1c65f3 100644 --- a/tests/test.helper.js +++ b/tests/test.helper.js @@ -44,7 +44,7 @@ describe('Helpers', function() { }); // This requires very recent versions of most browsers... skipping for now 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); }); });