UNPKG

@codemein/jest-config-tesco

Version:

Tesco's Jest config, following Tesco's styleguide

8 lines (6 loc) 154 B
import config from '.'; describe('jest-config-tesco', () => { it('should have correct config', () => { expect(config).toMatchSnapshot(); }); });