提交 e1cc7a76 编写于 作者: 杜庆泉's avatar 杜庆泉

修复 移动端编译不通过的问题

上级 f05660cf
......@@ -188,7 +188,7 @@ export function testArray(): Result {
const s = JSON.parse<P[]>(JSON.stringify([{ x: 0, y: 0 }])) as P[]
s[0].x += 0;
const clearList = s.map((v : P, _, _a) : number => v.x)
expect(clearList.includes(0)).toEqual(true);e);
expect(clearList.includes(0)).toEqual(true);
// #endif
// #ifdef APP-IOS
const s = JSON.parse<P[]>(JSON.stringify([{ x: 0, y: 0 }])!) as P[]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册