import theme from '..'; import { systemPalette } from '../global/colors'; describe('theme', () => { it('has correct config', () => { expect(theme).toMatchSnapshot(); }); }); describe('theme', () => { it('has correct config', () => { expect(systemPalette).toMatchSnapshot(); }); });