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

6 lines
132 B
TypeScript
Raw Permalink Normal View History

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