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