import test from 'ava'; import mergeImages from '../'; test('mergeImages is a function', t => { t.is(typeof mergeImages, 'function'); });