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

14 lines
307 B
TypeScript

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