amis2/packages/office-viewer/__tests__/simple/group.test.ts
吴多益 61eede4501
fix: 修复 office-viewer 不支持问边框组合问题 (#7376)
* fix: 修复 office-viewer 不支持问边框组合问题

* 修复表格行替换导致内容插入到最后问题

* 优化正则性能
2023-07-06 12:51:34 +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');
});