UNPKG
web-tools_td_20171017
Version:
latest (2.0.1)
2.0.1
前端业务代码工具库
github.com/Time-coding/webtools
Time-coding/webtools
web-tools_td_20171017
/
test
/
support.test.js
7 lines
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe(
'Support API:'
,
function
()
{ describe(
'#isSupportWebP()'
,
function
()
{ it(`webtools.isSupportWebP() should
return
true
`,
function
()
{
assert
(webtools.isSupportWebP()) }); }); })