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