UNPKG

reporter-saucelabs

Version:
14 lines (6 loc) 145 B
var MyReporter = require('../lib/reporter'); describe('Tests', function() { it('should be true', function() { expect(true); }) })