提交 0d4e769d 编写于 作者: W WOSHIMAHAIFENG

修改file 测试失败

上级 b6566852
...@@ -822,7 +822,7 @@ describe('ExtApi-FileManagerTest', () => { ...@@ -822,7 +822,7 @@ describe('ExtApi-FileManagerTest', () => {
expect(statsRet.length).toEqual(1) expect(statsRet.length).toEqual(1)
expect(statsRet[0].path).toMatch(new RegExp('.*/a/1.txt$')) expect(statsRet[0].path).toMatch(new RegExp('.*/a/1.txt$'))
expect(statsRet[0].stats.size).toEqual(69) expect(statsRet[0].stats.size).toEqual(69)
if (isAndroid()) {
// 写入一个文件 // 写入一个文件
await page.setData({ await page.setData({
statsRet: '' statsRet: ''
...@@ -836,6 +836,7 @@ describe('ExtApi-FileManagerTest', () => { ...@@ -836,6 +836,7 @@ describe('ExtApi-FileManagerTest', () => {
expect(statsRet.length).toEqual(1) expect(statsRet.length).toEqual(1)
expect(statsRet[0].path).toMatch(new RegExp('.*/a/1.txt$')) expect(statsRet[0].path).toMatch(new RegExp('.*/a/1.txt$'))
expect(statsRet[0].stats.size).toEqual(69) expect(statsRet[0].stats.size).toEqual(69)
}
/** /**
* 创建子目录和子目录文件,测试recursive参数 * 创建子目录和子目录文件,测试recursive参数
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册