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