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