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

fix: 修复错误打开的注释

上级 e6fe8394
......@@ -426,7 +426,7 @@ export function testJSON(): Result {
// const jsonRet2 = JSON.parse<Msg>(msg)!
// const paramsStr = JSON.stringify(jsonRet2.params)
console.log(paramsStr)
// console.log(paramsStr)
// expect(paramsStr).toEqual('{"method":"reLaunch","args":[{"url":"/pages/index/index"}]}')
// const params = JSON.parse<CallUniMethodParams>(paramsStr)!
// expect(JSON.stringify(params)).toEqual('{"method":"reLaunch","args":[{"url":"/pages/index/index"}]}')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册