UNPKG

@elastic-suite/gally-admin-shared

Version:
12 lines (9 loc) 296 B
import { theme } from '../constants' import { getCustomScrollBarStyles } from './style' describe('Style service', () => { describe('getCustomScrollBarStyles', () => { it('should get styles', () => { expect(getCustomScrollBarStyles(theme)).toEqual(expect.any(Object)) }) }) })