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