GASUnit icon indicating copy to clipboard operation
GASUnit copied to clipboard

Add more style

Open munierujp opened this issue 7 years ago • 1 comments
trafficstars

  • [ ] BDD( #4 )
  • [ ] TDD( #5 )
  • [ ] QUnit( #7 )
  • [x] Exports( #6 )

cf. mocha/lib/interfaces at master · mochajs/mocha

munierujp avatar Aug 27 '18 00:08 munierujp

Draft of result object:

var result = {
  'Array': {
    '#indexOf()': {
      'should return -1 when not present': {
        passing: true
      },
      'should return the index when present': {
        passing: false,
        message: 'value is falsy.',
        stack: '\tat main:155 (assert)'
      }
    }
  }
}

munierujp avatar Sep 10 '18 13:09 munierujp