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