mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
|
import {snapShotTest} from '../snapShotTest';
|
||
|
|
||
|
test('sym', async () => {
|
||
|
snapShotTest('./docx/simple/sym.xml');
|
||
|
});
|