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