aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/es5-ext/test/math
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
remove node_modules
Diffstat (limited to 'node_modules/es5-ext/test/math')
-rw-r--r--node_modules/es5-ext/test/math/_pack-ieee754.js5
-rw-r--r--node_modules/es5-ext/test/math/_unpack-ieee754.js5
-rw-r--r--node_modules/es5-ext/test/math/acosh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/acosh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/acosh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/acosh/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/asinh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/asinh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/asinh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/asinh/shim.js10
-rw-r--r--node_modules/es5-ext/test/math/atanh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/atanh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/atanh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/atanh/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/cbrt/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/cbrt/index.js3
-rw-r--r--node_modules/es5-ext/test/math/cbrt/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/cbrt/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/clz32/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/clz32/index.js3
-rw-r--r--node_modules/es5-ext/test/math/clz32/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/clz32/shim.js12
-rw-r--r--node_modules/es5-ext/test/math/cosh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/cosh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/cosh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/cosh/shim.js13
-rw-r--r--node_modules/es5-ext/test/math/expm1/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/expm1/index.js3
-rw-r--r--node_modules/es5-ext/test/math/expm1/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/expm1/shim.js9
-rw-r--r--node_modules/es5-ext/test/math/fround/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/fround/index.js3
-rw-r--r--node_modules/es5-ext/test/math/fround/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/fround/shim.js9
-rw-r--r--node_modules/es5-ext/test/math/hypot/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/hypot/index.js3
-rw-r--r--node_modules/es5-ext/test/math/hypot/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/hypot/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/imul/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/imul/index.js3
-rw-r--r--node_modules/es5-ext/test/math/imul/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/imul/shim.js9
-rw-r--r--node_modules/es5-ext/test/math/log10/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/log10/index.js3
-rw-r--r--node_modules/es5-ext/test/math/log10/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/log10/shim.js10
-rw-r--r--node_modules/es5-ext/test/math/log1p/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/log1p/index.js3
-rw-r--r--node_modules/es5-ext/test/math/log1p/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/log1p/shim.js10
-rw-r--r--node_modules/es5-ext/test/math/log2/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/log2/index.js3
-rw-r--r--node_modules/es5-ext/test/math/log2/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/log2/shim.js10
-rw-r--r--node_modules/es5-ext/test/math/sign/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/sign/index.js3
-rw-r--r--node_modules/es5-ext/test/math/sign/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/sign/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/sinh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/sinh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/sinh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/sinh/shim.js13
-rw-r--r--node_modules/es5-ext/test/math/tanh/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/tanh/index.js3
-rw-r--r--node_modules/es5-ext/test/math/tanh/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/tanh/shim.js11
-rw-r--r--node_modules/es5-ext/test/math/trunc/implement.js7
-rw-r--r--node_modules/es5-ext/test/math/trunc/index.js3
-rw-r--r--node_modules/es5-ext/test/math/trunc/is-implemented.js5
-rw-r--r--node_modules/es5-ext/test/math/trunc/shim.js16
70 files changed, 0 insertions, 452 deletions
diff --git a/node_modules/es5-ext/test/math/_pack-ieee754.js b/node_modules/es5-ext/test/math/_pack-ieee754.js
deleted file mode 100644
index 7e56f7f29..000000000
--- a/node_modules/es5-ext/test/math/_pack-ieee754.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a.deep(t(1.337, 8, 23), [63, 171, 34, 209]);
-};
diff --git a/node_modules/es5-ext/test/math/_unpack-ieee754.js b/node_modules/es5-ext/test/math/_unpack-ieee754.js
deleted file mode 100644
index 52730f389..000000000
--- a/node_modules/es5-ext/test/math/_unpack-ieee754.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a.deep(t([63, 171, 34, 209], 8, 23), 1.3370000123977661);
-};
diff --git a/node_modules/es5-ext/test/math/acosh/implement.js b/node_modules/es5-ext/test/math/acosh/implement.js
deleted file mode 100644
index d7bcc28ae..000000000
--- a/node_modules/es5-ext/test/math/acosh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/acosh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/acosh/index.js b/node_modules/es5-ext/test/math/acosh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/acosh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/acosh/is-implemented.js b/node_modules/es5-ext/test/math/acosh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/acosh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/acosh/shim.js b/node_modules/es5-ext/test/math/acosh/shim.js
deleted file mode 100644
index 17ac18193..000000000
--- a/node_modules/es5-ext/test/math/acosh/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(-1), NaN, "Negative");
- a(t(0), NaN, "Zero");
- a(t(0.5), NaN, "Below 1");
- a(t(1), 0, "1");
- a(t(2), 1.3169578969248166, "Other");
- a(t(Infinity), Infinity, "Infinity");
-};
diff --git a/node_modules/es5-ext/test/math/asinh/implement.js b/node_modules/es5-ext/test/math/asinh/implement.js
deleted file mode 100644
index ab4b96914..000000000
--- a/node_modules/es5-ext/test/math/asinh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/asinh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/asinh/index.js b/node_modules/es5-ext/test/math/asinh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/asinh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/asinh/is-implemented.js b/node_modules/es5-ext/test/math/asinh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/asinh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/asinh/shim.js b/node_modules/es5-ext/test/math/asinh/shim.js
deleted file mode 100644
index a4328d2e1..000000000
--- a/node_modules/es5-ext/test/math/asinh/shim.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -Infinity, "-Infinity");
- a(t(-2), -1.4436354751788103, "Negative");
- a(t(2), 1.4436354751788103, "Positive");
-};
diff --git a/node_modules/es5-ext/test/math/atanh/implement.js b/node_modules/es5-ext/test/math/atanh/implement.js
deleted file mode 100644
index bcd3bd875..000000000
--- a/node_modules/es5-ext/test/math/atanh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/atanh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/atanh/index.js b/node_modules/es5-ext/test/math/atanh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/atanh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/atanh/is-implemented.js b/node_modules/es5-ext/test/math/atanh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/atanh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/atanh/shim.js b/node_modules/es5-ext/test/math/atanh/shim.js
deleted file mode 100644
index f58709cc4..000000000
--- a/node_modules/es5-ext/test/math/atanh/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(-2), NaN, "Less than -1");
- a(t(2), NaN, "Greater than 1");
- a(t(-1), -Infinity, "-1");
- a(t(1), Infinity, "1");
- a(t(0), 0, "Zero");
- a(Math.round(t(0.5) * 1e15), 549306144334055, "Other");
-};
diff --git a/node_modules/es5-ext/test/math/cbrt/implement.js b/node_modules/es5-ext/test/math/cbrt/implement.js
deleted file mode 100644
index 132e9296d..000000000
--- a/node_modules/es5-ext/test/math/cbrt/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/cbrt/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/cbrt/index.js b/node_modules/es5-ext/test/math/cbrt/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/cbrt/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/cbrt/is-implemented.js b/node_modules/es5-ext/test/math/cbrt/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/cbrt/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/cbrt/shim.js b/node_modules/es5-ext/test/math/cbrt/shim.js
deleted file mode 100644
index fc1beee4c..000000000
--- a/node_modules/es5-ext/test/math/cbrt/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -Infinity, "-Infinity");
- a(t(-1), -1, "-1");
- a(t(1), 1, "1");
- a(t(2), 1.2599210498948732, "Ohter");
-};
diff --git a/node_modules/es5-ext/test/math/clz32/implement.js b/node_modules/es5-ext/test/math/clz32/implement.js
deleted file mode 100644
index 36f529f15..000000000
--- a/node_modules/es5-ext/test/math/clz32/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/clz32/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/clz32/index.js b/node_modules/es5-ext/test/math/clz32/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/clz32/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/clz32/is-implemented.js b/node_modules/es5-ext/test/math/clz32/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/clz32/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/clz32/shim.js b/node_modules/es5-ext/test/math/clz32/shim.js
deleted file mode 100644
index 4d8dd2fa0..000000000
--- a/node_modules/es5-ext/test/math/clz32/shim.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t(1), 31, "1");
- a(t(1000), 22, "1000");
- a(t(), 32, "No arguments");
- a(t(Infinity), 32, "Infinity");
- a(t(-Infinity), 32, "-Infinity");
- a(t("foo"), 32, "String");
- a(t(true), 31, "Boolean");
- a(t(3.5), 30, "Float");
-};
diff --git a/node_modules/es5-ext/test/math/cosh/implement.js b/node_modules/es5-ext/test/math/cosh/implement.js
deleted file mode 100644
index 6ad42efb0..000000000
--- a/node_modules/es5-ext/test/math/cosh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/cosh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/cosh/index.js b/node_modules/es5-ext/test/math/cosh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/cosh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/cosh/is-implemented.js b/node_modules/es5-ext/test/math/cosh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/cosh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/cosh/shim.js b/node_modules/es5-ext/test/math/cosh/shim.js
deleted file mode 100644
index 0b917c706..000000000
--- a/node_modules/es5-ext/test/math/cosh/shim.js
+++ /dev/null
@@ -1,13 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 1, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), Infinity, "-Infinity");
- a(t(1), 1.5430806348152437, "1");
- a(t(Number.MAX_VALUE), Infinity);
- a(t(-Number.MAX_VALUE), Infinity);
- a(t(Number.MIN_VALUE), 1);
- a(t(-Number.MIN_VALUE), 1);
-};
diff --git a/node_modules/es5-ext/test/math/expm1/implement.js b/node_modules/es5-ext/test/math/expm1/implement.js
deleted file mode 100644
index 7fb528a3e..000000000
--- a/node_modules/es5-ext/test/math/expm1/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/expm1/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/expm1/index.js b/node_modules/es5-ext/test/math/expm1/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/expm1/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/expm1/is-implemented.js b/node_modules/es5-ext/test/math/expm1/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/expm1/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/expm1/shim.js b/node_modules/es5-ext/test/math/expm1/shim.js
deleted file mode 100644
index cebb063c6..000000000
--- a/node_modules/es5-ext/test/math/expm1/shim.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -1, "-Infinity");
- a(t(1).toFixed(15), "1.718281828459045", "1");
-};
diff --git a/node_modules/es5-ext/test/math/fround/implement.js b/node_modules/es5-ext/test/math/fround/implement.js
deleted file mode 100644
index c7b9ad4a9..000000000
--- a/node_modules/es5-ext/test/math/fround/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/fround/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/fround/index.js b/node_modules/es5-ext/test/math/fround/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/fround/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/fround/is-implemented.js b/node_modules/es5-ext/test/math/fround/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/fround/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/fround/shim.js b/node_modules/es5-ext/test/math/fround/shim.js
deleted file mode 100644
index 0525bfab9..000000000
--- a/node_modules/es5-ext/test/math/fround/shim.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -Infinity, "-Infinity");
- a(t(1.337), 1.3370000123977661, "1");
-};
diff --git a/node_modules/es5-ext/test/math/hypot/implement.js b/node_modules/es5-ext/test/math/hypot/implement.js
deleted file mode 100644
index 29c87fe93..000000000
--- a/node_modules/es5-ext/test/math/hypot/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/hypot/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/hypot/index.js b/node_modules/es5-ext/test/math/hypot/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/hypot/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/hypot/is-implemented.js b/node_modules/es5-ext/test/math/hypot/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/hypot/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/hypot/shim.js b/node_modules/es5-ext/test/math/hypot/shim.js
deleted file mode 100644
index 89e4657c1..000000000
--- a/node_modules/es5-ext/test/math/hypot/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t(), 0, "No arguments");
- a(t(0, -0, 0), 0, "Zeros");
- a(t(4, NaN, Infinity), Infinity, "Infinity");
- a(t(4, NaN, -Infinity), Infinity, "Infinity");
- a(t(4, NaN, 34), NaN, "NaN");
- a(t(3, 4), 5, "#1");
- a(t(3, 4, 5), 7.0710678118654755, "#2");
-};
diff --git a/node_modules/es5-ext/test/math/imul/implement.js b/node_modules/es5-ext/test/math/imul/implement.js
deleted file mode 100644
index b633a72b5..000000000
--- a/node_modules/es5-ext/test/math/imul/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/imul/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/imul/index.js b/node_modules/es5-ext/test/math/imul/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/imul/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/imul/is-implemented.js b/node_modules/es5-ext/test/math/imul/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/imul/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/imul/shim.js b/node_modules/es5-ext/test/math/imul/shim.js
deleted file mode 100644
index a8d4e9060..000000000
--- a/node_modules/es5-ext/test/math/imul/shim.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t(), 0, "No arguments");
- a(t(0, 0), 0, "Zeros");
- a(t(2, 4), 8, "#1");
- a(t(-1, 8), -8, "#2");
- a(t(0xfffffffe, 5), -10, "#3");
-};
diff --git a/node_modules/es5-ext/test/math/log10/implement.js b/node_modules/es5-ext/test/math/log10/implement.js
deleted file mode 100644
index afc9dab17..000000000
--- a/node_modules/es5-ext/test/math/log10/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/log10/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/log10/index.js b/node_modules/es5-ext/test/math/log10/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/log10/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/log10/is-implemented.js b/node_modules/es5-ext/test/math/log10/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/log10/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/log10/shim.js b/node_modules/es5-ext/test/math/log10/shim.js
deleted file mode 100644
index d0696287f..000000000
--- a/node_modules/es5-ext/test/math/log10/shim.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(-0.5), NaN, "Less than 0");
- a(t(0), -Infinity, "0");
- a(t(1), 0, "1");
- a(t(Infinity), Infinity, "Infinity");
- a(t(2), 0.3010299956639812, "Other");
-};
diff --git a/node_modules/es5-ext/test/math/log1p/implement.js b/node_modules/es5-ext/test/math/log1p/implement.js
deleted file mode 100644
index baa2ab159..000000000
--- a/node_modules/es5-ext/test/math/log1p/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/log1p/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/log1p/index.js b/node_modules/es5-ext/test/math/log1p/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/log1p/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/log1p/is-implemented.js b/node_modules/es5-ext/test/math/log1p/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/log1p/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/log1p/shim.js b/node_modules/es5-ext/test/math/log1p/shim.js
deleted file mode 100644
index 66b400ccd..000000000
--- a/node_modules/es5-ext/test/math/log1p/shim.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(-1.5), NaN, "Less than -1");
- a(t(-1), -Infinity, "-1");
- a(t(0), 0, "0");
- a(t(Infinity), Infinity, "Infinity");
- a(t(1), 0.6931471805599453, "Other");
-};
diff --git a/node_modules/es5-ext/test/math/log2/implement.js b/node_modules/es5-ext/test/math/log2/implement.js
deleted file mode 100644
index 43bdf4360..000000000
--- a/node_modules/es5-ext/test/math/log2/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/log2/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/log2/index.js b/node_modules/es5-ext/test/math/log2/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/log2/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/log2/is-implemented.js b/node_modules/es5-ext/test/math/log2/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/log2/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/log2/shim.js b/node_modules/es5-ext/test/math/log2/shim.js
deleted file mode 100644
index f587e3393..000000000
--- a/node_modules/es5-ext/test/math/log2/shim.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(-0.5), NaN, "Less than 0");
- a(t(0), -Infinity, "0");
- a(t(1), 0, "1");
- a(t(Infinity), Infinity, "Infinity");
- a(t(3).toFixed(15), "1.584962500721156", "Other");
-};
diff --git a/node_modules/es5-ext/test/math/sign/implement.js b/node_modules/es5-ext/test/math/sign/implement.js
deleted file mode 100644
index 409beb1f5..000000000
--- a/node_modules/es5-ext/test/math/sign/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/sign/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/sign/index.js b/node_modules/es5-ext/test/math/sign/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/sign/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/sign/is-implemented.js b/node_modules/es5-ext/test/math/sign/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/sign/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/sign/shim.js b/node_modules/es5-ext/test/math/sign/shim.js
deleted file mode 100644
index 071ea07e1..000000000
--- a/node_modules/es5-ext/test/math/sign/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-var is = require("../../../object/is");
-
-module.exports = function (t, a) {
- a(is(t(0), +0), true, "+0");
- a(is(t(-0), -0), true, "-0");
- a(t({}), NaN, true, "NaN");
- a(t(-234234234), -1, "Negative");
- a(t(234234234), 1, "Positive");
-};
diff --git a/node_modules/es5-ext/test/math/sinh/implement.js b/node_modules/es5-ext/test/math/sinh/implement.js
deleted file mode 100644
index ca4b5e7b5..000000000
--- a/node_modules/es5-ext/test/math/sinh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/sinh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/sinh/index.js b/node_modules/es5-ext/test/math/sinh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/sinh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/sinh/is-implemented.js b/node_modules/es5-ext/test/math/sinh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/sinh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/sinh/shim.js b/node_modules/es5-ext/test/math/sinh/shim.js
deleted file mode 100644
index f168a7f71..000000000
--- a/node_modules/es5-ext/test/math/sinh/shim.js
+++ /dev/null
@@ -1,13 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -Infinity, "-Infinity");
- a(t(1), 1.1752011936438014, "1");
- a(t(Number.MAX_VALUE), Infinity);
- a(t(-Number.MAX_VALUE), -Infinity);
- a(t(Number.MIN_VALUE), 5e-324);
- a(t(-Number.MIN_VALUE), -5e-324);
-};
diff --git a/node_modules/es5-ext/test/math/tanh/implement.js b/node_modules/es5-ext/test/math/tanh/implement.js
deleted file mode 100644
index 8503711f4..000000000
--- a/node_modules/es5-ext/test/math/tanh/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/tanh/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/tanh/index.js b/node_modules/es5-ext/test/math/tanh/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/tanh/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/tanh/is-implemented.js b/node_modules/es5-ext/test/math/tanh/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/tanh/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/tanh/shim.js b/node_modules/es5-ext/test/math/tanh/shim.js
deleted file mode 100644
index 5da3c0875..000000000
--- a/node_modules/es5-ext/test/math/tanh/shim.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), 1, "Infinity");
- a(t(-Infinity), -1, "-Infinity");
- a(t(1), 0.7615941559557649, "1");
- a(t(Number.MAX_VALUE), 1);
- a(t(-Number.MAX_VALUE), -1);
-};
diff --git a/node_modules/es5-ext/test/math/trunc/implement.js b/node_modules/es5-ext/test/math/trunc/implement.js
deleted file mode 100644
index 0d3374fc9..000000000
--- a/node_modules/es5-ext/test/math/trunc/implement.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-var isImplemented = require("../../../math/trunc/is-implemented");
-
-module.exports = function (a) {
- a(isImplemented(), true);
-};
diff --git a/node_modules/es5-ext/test/math/trunc/index.js b/node_modules/es5-ext/test/math/trunc/index.js
deleted file mode 100644
index 10bb8f65d..000000000
--- a/node_modules/es5-ext/test/math/trunc/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-"use strict";
-
-module.exports = require("./shim");
diff --git a/node_modules/es5-ext/test/math/trunc/is-implemented.js b/node_modules/es5-ext/test/math/trunc/is-implemented.js
deleted file mode 100644
index 5003e7e93..000000000
--- a/node_modules/es5-ext/test/math/trunc/is-implemented.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function (t, a) {
- a(typeof t(), "boolean");
-};
diff --git a/node_modules/es5-ext/test/math/trunc/shim.js b/node_modules/es5-ext/test/math/trunc/shim.js
deleted file mode 100644
index b80e86830..000000000
--- a/node_modules/es5-ext/test/math/trunc/shim.js
+++ /dev/null
@@ -1,16 +0,0 @@
-"use strict";
-
-var is = require("../../../object/is");
-
-module.exports = function (t, a) {
- a(t({}), NaN, "NaN");
- a(t(0), 0, "Zero");
- a(t(Infinity), Infinity, "Infinity");
- a(t(-Infinity), -Infinity, "-Infinity");
- a(is(t(0.234), 0), true, "0");
- a(is(t(-0.234), -0), true, "-0");
- a(t(13.7), 13, "Positive #1");
- a(t(12.3), 12, "Positive #2");
- a(t(-12.3), -12, "Negative #1");
- a(t(-14.7), -14, "Negative #2");
-};