(test)
| 11 | importScripts('/base/test/test.js') |
| 12 | |
| 13 | function title(test) { |
| 14 | return test.fullTitle().replace(/#/g, '') |
| 15 | } |
| 16 | |
| 17 | function reporter(runner) { |
| 18 | runner.on('pending', function(test) { |
no outgoing calls
no test coverage detected
searching dependent graphs…