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