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