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

6 lines
116 B
TypeScript
Raw Permalink Normal View History

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