We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dc2db commit 24f1d07Copy full SHA for 24f1d07
plugins/resources/matrix.js
@@ -1,7 +1,6 @@
1
const mocha = require("mocha");
2
const inherits = require("util").inherits;
3
const Spec = mocha.reporters.Spec;
4
-const util = require('util')
5
6
/**
7
* This file adapted from mocha's stats-collector
@@ -57,7 +56,6 @@ function Matrix(runner, options) {
57
56
58
const self = this;
59
const tests = [];
60
- const pending = [];
61
const failures = [];
62
const passes = [];
63
0 commit comments