File size: 201 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Popover image', () => {
imageDemoTest('popover', {
onlyViewport: ['shift.tsx', 'arrow-point-at-center.tsx'],
});
});
|