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