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