mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +00:00
fix(plugin-file-manager): test failed
This commit is contained in:
parent
08fc241b1b
commit
72d32be2b0
@ -46,7 +46,6 @@ describe('action', () => {
|
|||||||
size: 13,
|
size: 13,
|
||||||
mimetype: 'text/plain',
|
mimetype: 'text/plain',
|
||||||
meta: {},
|
meta: {},
|
||||||
storageId: 1,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 文件上传和解析是否正常
|
// 文件上传和解析是否正常
|
||||||
@ -119,7 +118,6 @@ describe('action', () => {
|
|||||||
// see: https://github.com/ljharb/qs/issues/91
|
// see: https://github.com/ljharb/qs/issues/91
|
||||||
// 或考虑使用 query-string 库的 parseNumbers 等配置项
|
// 或考虑使用 query-string 库的 parseNumbers 等配置项
|
||||||
meta: { width: '100', height: '100' },
|
meta: { width: '100', height: '100' },
|
||||||
storageId: 1,
|
|
||||||
};
|
};
|
||||||
// 上传正常返回
|
// 上传正常返回
|
||||||
expect(body.data).toMatchObject(matcher);
|
expect(body.data).toMatchObject(matcher);
|
||||||
|
Loading…
Reference in New Issue
Block a user