UNPKG

web-utils-super

Version:

前端函数库

9 lines (8 loc) 250 B
describe('Support API:', function () { const utils = window['web-utils-super'] describe('#isSupportWebP()', function () { it(`utils.isSupportWebP() should return true`, function () { assert(utils.isSupportWebP()) }) }) })