import React from 'react' import { snapshot } from '../utils/test-utils' import { GridCellLink } from './cell-link' describe('GridCellLink', () => { snapshot( 'With link', ) })