UNPKG

web-tools_td_20171017

Version:
7 lines 225 B
describe('Support API:', function () { describe('#isSupportWebP()', function () { it(`webtools.isSupportWebP() should return true`, function () { assert(webtools.isSupportWebP()) }); }); })