import test from 'ava' test('make sure ava works on the frontend', async t => { t.pass() })