export default function once(fn) {
  throw new Error('Not implemented');
}
Run tests to see results.