amis-rpc-design/libs/amis/packages/office-viewer/__tests__/simple/all-shape2.test.ts
2023-10-07 19:42:30 +08:00

6 lines
134 B
TypeScript

import {snapShotTest} from '../snapShotTest';
test('all-shape-2', async () => {
snapShotTest('./docx/simple/all-shape-2.xml');
});