mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 13:38:56 +08:00
0f97e378d9
* chore: 换一下 office-viewer 包名 * 恢复误改的文件
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import {snapShotTest} from '../snapShotTest';
|
|
|
|
test('image', async () => {
|
|
snapShotTest('./docx/simple/image.xml');
|
|
});
|