module.exports = function todo({ start, end, test }) {
  return toTestResult({
    stats: {
      failures: 0,
      pending: 0,