Skip to content

Commit

Permalink
Fix Junit reporter (after previous refactoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Oct 7, 2012
1 parent 2815aef commit 96d4057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/reporters/JUnit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
var os = require('os');
var path = require('path');
var fs = require('fs');
var builder = require('xmlbuilder');

var u = require('../util');
var log = require('../logger').create('reporter');


var JUnitReporter = function(formatError, outputFile, pkgName) {
var xml;
Expand Down

0 comments on commit 96d4057

Please sign in to comment.