提交 65551dfd 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

test: getSystemInfo osTheme

上级 f199f4e4
...@@ -36,7 +36,10 @@ describe('ExtApi-GetSystemInfo', () => { ...@@ -36,7 +36,10 @@ describe('ExtApi-GetSystemInfo', () => {
} }
if (key == 'deviceOrientation') { if (key == 'deviceOrientation') {
expect(['portrait', 'landscape']).toContain(value); expect(['portrait', 'landscape']).toContain(value);
} }
if (key == "osTheme") {
expect(['light', 'dark']).toContain(value);
}
} }
}); });
}); });
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册