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

6 lines
144 B
TypeScript

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