提交 9a71ce9f 编写于 作者: 雪洛's avatar 雪洛

test: 临时屏蔽iOS端部分测试逻辑

上级 b796d9a4
...@@ -326,7 +326,9 @@ export function testJSON() : Result { ...@@ -326,7 +326,9 @@ export function testJSON() : Result {
num: number, num: number,
} }
const map = JSON.parse<Map<string, A>>(`{"a": {"num": 1}}`) const map = JSON.parse<Map<string, A>>(`{"a": {"num": 1}}`)
// #ifndef APP-IOS
expect(map instanceof Map).toEqual(true) expect(map instanceof Map).toEqual(true)
// #endif
expect(map?.get('a')?.num).toEqual(1) expect(map?.get('a')?.num).toEqual(1)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册