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