UNPKG

npm-cards

Version:

Standard deck of cards from the CLI

7 lines (5 loc) 117 B
import test from 'ava'; import fn from './'; test('title', t => { t.is(fn('unicorns'), 'unicorns & rainbows'); });