// TODO: REMOVE, JUST FOR AN EXAMPLE const test = require('ava'); test('foo', t => { t.pass(); });