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

6 lines
116 B
TypeScript
Raw Normal View History

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