UNPKG

@zendesk/laika

Version:

Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!

10 lines (8 loc) 234 B
import { getLogStyle } from './getLogStyle' describe('getLogStyle', () => { it('returns the correct styling', () => { expect(getLogStyle('hello')).toBe( 'color: hsl(532, 70%, 70%); background-color: black', ) }) })