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