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