UNPKG

@zendesk/laika

Version:

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

7 lines 276 B
import { getLogStyle } from './getLogStyle'; describe('getLogStyle', () => { it('returns the correct styling', () => { expect(getLogStyle('hello')).toBe('color: hsl(532, 70%, 70%); background-color: black'); }); }); //# sourceMappingURL=getLogStyle.test.js.map