UNPKG

web-tools_td_20171017

Version:
9 lines (7 loc) 238 B
describe('Keycode API:', function () { describe('#getKeyName()', function () { it(`webtools.getKeyName(13) should return "Enter"`, function () { assert(webtools.getKeyName(13) === 'Enter') }); }); });