Skip to content

Commit 24f1d07

Browse files
committed
Cleanup matrix reporter
1 parent 76dc2db commit 24f1d07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/resources/matrix.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const mocha = require("mocha");
22
const inherits = require("util").inherits;
33
const Spec = mocha.reporters.Spec;
4-
const util = require('util')
54

65
/**
76
* This file adapted from mocha's stats-collector
@@ -57,7 +56,6 @@ function Matrix(runner, options) {
5756

5857
const self = this;
5958
const tests = [];
60-
const pending = [];
6159
const failures = [];
6260
const passes = [];
6361

0 commit comments

Comments
 (0)