amis-rpc-design/libs/amis/packages/office-viewer/__tests__/simple/textbox.test.ts

6 lines
126 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import {snapShotTest} from '../snapShotTest';
test('textbox', async () => {
snapShotTest('./docx/simple/textbox.xml');
});