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