提交 a291945f 编写于 作者: fxy060608's avatar fxy060608

fix(test): add polyfill

上级 676ab63b
......@@ -50,3 +50,16 @@ global.cancelAnimationFrame = function(id) {
require('jsdom-global')(undefined, {
pretendToBeVisual: true
})
//fake
HTMLCanvasElement.prototype.getContext = function getContext() {
return {}
}
window.Date = Date
localStorage = {
getItem: function(key) {
return this[key]
},
setItem: function(key, value) {
this[key] = value
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册