Home | History | Annotate | Download | only in mocha

Lines Matching refs:Passed

1070      * This is only present if flag --delay is passed into Mocha.  It triggers
1613 notify(stats.passes + ' tests passed in ' + stats.duration + 'ms', {
1615 , title: 'Passed'
2198 * of tests passed / failed etc.
2768 if ('passed' == test.state) {
4619 * - `pass` (test) test passed
5064 test.state = 'passed';