UNPKG

@glidejs/glide

Version:

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

8 lines (6 loc) 192 B
import { ucfirst } from '../../src/utils/string' describe('Function', () => { test('`ucfirst` should capitalize passed string', () => { expect(ucfirst('string')).toBe('String') }) })