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