import test from 'ava'; import Vain from '..'; test('Vain is exported', t => { t.not(Vain, undefined); });