GASUnit
GASUnit copied to clipboard
Add more style
trafficstars
- [ ] BDD( #4 )
- [ ] TDD( #5 )
- [ ] QUnit( #7 )
- [x] Exports( #6 )
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)'
}
}
}
}