Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Add more style #3

Open
1 of 4 tasks
munierujp opened this issue Aug 27, 2018 · 1 comment
Open
1 of 4 tasks

Add more style #3

munierujp opened this issue Aug 27, 2018 · 1 comment

Comments

@munierujp
Copy link
Member

munierujp commented Aug 27, 2018

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

@munierujp
Copy link
Member Author

munierujp commented Sep 10, 2018

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)'
      }
    }
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant