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/chai-1.9.0/chai.js')
-rw-r--r--tests/lib/chai-1.9.0/chai.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/lib/chai-1.9.0/chai.js b/tests/lib/chai-1.9.0/chai.js
index 8a6339a1c7..80e31b6eef 100644
--- a/tests/lib/chai-1.9.0/chai.js
+++ b/tests/lib/chai-1.9.0/chai.js
@@ -1242,7 +1242,6 @@ module.exports = function (chai, _) {
);
});
-
/**
* ### .empty
*
@@ -1735,7 +1734,6 @@ module.exports = function (chai, _) {
flag(this, 'object', value);
});
-
/**
* ### .ownProperty(name)
*
@@ -1859,7 +1857,6 @@ module.exports = function (chai, _) {
);
});
-
/**
* ### .keys(key1, [key2], [...])
*
@@ -2249,7 +2246,6 @@ require.register("chai/lib/chai/interface/assert.js", function(exports, require,
* MIT Licensed
*/
-
module.exports = function (chai, util) {
/*!
@@ -3314,7 +3310,6 @@ module.exports = function (chai, util) {
};
};
-
});
require.register("chai/lib/chai/interface/should.js", function(exports, require, module){
/*!
@@ -4005,7 +4000,6 @@ exports.addChainableMethod = require('./addChainableMethod');
exports.overwriteChainableMethod = require('./overwriteChainableMethod');
-
});
require.register("chai/lib/chai/utils/inspect.js", function(exports, require, module){
// This is (almost) directly from Node.js utils
@@ -4178,7 +4172,6 @@ function formatValue(ctx, value, recurseTimes) {
return reduceToSingleString(output, base, braces);
}
-
function formatPrimitive(ctx, value) {
switch (typeof value) {
case 'undefined':
@@ -4202,12 +4195,10 @@ function formatPrimitive(ctx, value) {
}
}
-
function formatError(value) {
return '[' + Error.prototype.toString.call(value) + ']';
}
-
function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
var output = [];
for (var i = 0, l = value.length; i < l; ++i) {
@@ -4227,7 +4218,6 @@ function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
return output;
}
-
function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
var name, str;
if (value.__lookupGetter__) {
@@ -4287,7 +4277,6 @@ function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
return name + ': ' + str;
}
-
function reduceToSingleString(output, base, braces) {
var numLinesEst = 0;
var length = output.reduce(function(prev, cur) {
@@ -4673,9 +4662,6 @@ module.exports = function (obj) {
});
-
-
-
require.alias("chaijs-assertion-error/index.js", "chai/deps/assertion-error/index.js");
require.alias("chaijs-assertion-error/index.js", "chai/deps/assertion-error/index.js");
require.alias("chaijs-assertion-error/index.js", "assertion-error/index.js");