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