export default function createCleanupBag() {
  // TODO: return { add, dispose, size }
  throw new Error('Not implemented');
}
Run tests to see results.