UNPKG

@eighteen73/tailwindcss-wordpress

Version:
6 lines (4 loc) 139 B
const toSlug = require('../src/util/toSlug'); test('Returns a formatted WordPress slug', () => { expect(toSlug('2xl')).toBe('2-xl'); });