UNPKG

@bbc/psammead-styles

Version:

A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.

10 lines (8 loc) 250 B
import * as colours from './colours'; describe('Psammead Styles - Colours', () => { Object.keys(colours).forEach(colour => { it(`should match ${colours[colour]} for ${colour}`, () => { expect(colour).toMatchSnapshot(); }); }); });