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