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