import test from 'ava';

test.skip('foo', async (t) => {
  t.pass();
});
