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

移除部分示例

上级 0a20aebb
......@@ -109,8 +109,7 @@ export function testJSON() : Result {
expect(JSON.parse('{}')!).toEqual({});
let userKeyWord = JSON.parse<UserWithKeyWord>('{"is":false,"class":"classOne","abstract":12}')
expect(userKeyWord!.class).toEqual("classOne");
// TODO 不支持boolean、string,js端需抹平
// expect(JSON.parse('true')!).toEqual(true);
// expect(JSON.parse('"foo"')!).toEqual("foo");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册