Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-1.17.1/mocha.js')
-rw-r--r--tests/lib/mocha-1.17.1/mocha.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/lib/mocha-1.17.1/mocha.js b/tests/lib/mocha-1.17.1/mocha.js
index ca536c6468..5fafaa8f5a 100644
--- a/tests/lib/mocha-1.17.1/mocha.js
+++ b/tests/lib/mocha-1.17.1/mocha.js
@@ -46,7 +46,6 @@ require.relative = function (parent) {
};
};
-
require.register("browser/debug.js", function(module, exports, require){
module.exports = function(type){
@@ -858,7 +857,6 @@ F.prototype = Runnable.prototype;
Hook.prototype = new F;
Hook.prototype.constructor = Hook;
-
/**
* Get or set the test `err`.
*
@@ -2180,7 +2178,6 @@ function pad(str, len) {
return Array(len - str.length + 1).join(' ') + str;
}
-
/**
* Returns an inline diff between 2 strings with coloured ANSI output
*
@@ -2355,7 +2352,6 @@ function sameType(a, b) {
return a == b;
}
-
}); // module: reporters/base.js
require.register("reporters/doc.js", function(module, exports, require){
@@ -3308,7 +3304,6 @@ F.prototype = Base.prototype;
List.prototype = new F;
List.prototype.constructor = List;
-
}); // module: reporters/list.js
require.register("reporters/markdown.js", function(module, exports, require){
@@ -3448,7 +3443,6 @@ F.prototype = Base.prototype;
Min.prototype = new F;
Min.prototype.constructor = Min;
-
}); // module: reporters/min.js
require.register("reporters/nyan.js", function(module, exports, require){
@@ -3716,7 +3710,6 @@ F.prototype = Base.prototype;
NyanCat.prototype = new F;
NyanCat.prototype.constructor = NyanCat;
-
}); // module: reporters/nyan.js
require.register("reporters/progress.js", function(module, exports, require){
@@ -3810,7 +3803,6 @@ F.prototype = Base.prototype;
Progress.prototype = new F;
Progress.prototype.constructor = Progress;
-
}); // module: reporters/progress.js
require.register("reporters/spec.js", function(module, exports, require){
@@ -3901,7 +3893,6 @@ F.prototype = Base.prototype;
Spec.prototype = new F;
Spec.prototype.constructor = Spec;
-
}); // module: reporters/spec.js
require.register("reporters/tap.js", function(module, exports, require){
@@ -4057,7 +4048,6 @@ F.prototype = Base.prototype;
XUnit.prototype = new F;
XUnit.prototype.constructor = XUnit;
-
/**
* Output tag for the given `test.`
*/
@@ -4167,7 +4157,6 @@ F.prototype = EventEmitter.prototype;
Runnable.prototype = new F;
Runnable.prototype.constructor = Runnable;
-
/**
* Set & get timeout `ms`.
*
@@ -4425,7 +4414,6 @@ F.prototype = EventEmitter.prototype;
Runner.prototype = new F;
Runner.prototype.constructor = Runner;
-
/**
* Run tests with full titles matching `re`. Updates runner.total
* with number of tests matched.
@@ -4741,7 +4729,6 @@ Runner.prototype.runTests = function(suite, fn){
, tests = suite.tests.slice()
, test;
-
function hookErr(err, errSuite, after) {
// before/after Each hook for errSuite failed:
var orig = self.suite;
@@ -5086,7 +5073,6 @@ F.prototype = EventEmitter.prototype;
Suite.prototype = new F;
Suite.prototype.constructor = Suite;
-
/**
* Return a clone of this `Suite`.
*
@@ -5353,7 +5339,6 @@ F.prototype = Runnable.prototype;
Test.prototype = new F;
Test.prototype.constructor = Test;
-
}); // module: test.js
require.register("utils.js", function(module, exports, require){