浏览代码

test drone?

master
peter 5 年前
父节点
当前提交
62034eb500
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      test/Test.ts

+ 1
- 0
test/Test.ts 查看文件

225
     })
225
     })
226
 })
226
 })
227
 
227
 
228
+
228
 type SesameTestIfc = { test: { checkCandy: ()=>Promise<string>} }
229
 type SesameTestIfc = { test: { checkCandy: ()=>Promise<string>} }
229
 
230
 
230
 describe('Sesame should unlock the socket', () => {
231
 describe('Sesame should unlock the socket', () => {

正在加载...
取消
保存