@zendesk/laika
Version:
Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!
9 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const getLogStyle_1 = require("./getLogStyle");
describe('getLogStyle', () => {
it('returns the correct styling', () => {
expect((0, getLogStyle_1.getLogStyle)('hello')).toBe('color: hsl(532, 70%, 70%); background-color: black');
});
});
//# sourceMappingURL=getLogStyle.test.js.map