import React from 'react'
import { snapshot } from '../utils/test-utils'
import { GridCellNumeric } from './cell-numeric'
import { theme } from '@planview/pv-utilities'
describe('GridCellNumeric', () => {
snapshot(
'Minimal props',
)
snapshot(
'Background color',
)
})