blob: 7677c2d1625c1a7f83ac2a66abdb1952ba9df218 [file] [log] [blame]
'use strict';
var util = require('../util');
describe('Output the code coverage objects', function () {
it('should output the coverage object.',function(){
util.getCoverage();
});
});