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