6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import {snapShotTest} from '../snapShotTest';
|
|
|
|
test('embed-font', async () => {
|
|
snapShotTest('./docx/simple/embed-font.xml');
|
|
});
|