aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math/_decimal-adjust.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/test/math/_decimal-adjust.js')
-rw-r--r--node_modules/es5-ext/test/math/_decimal-adjust.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/es5-ext/test/math/_decimal-adjust.js b/node_modules/es5-ext/test/math/_decimal-adjust.js
new file mode 100644
index 00000000..6da15ecf
--- /dev/null
+++ b/node_modules/es5-ext/test/math/_decimal-adjust.js
@@ -0,0 +1,6 @@
+"use strict";
+
+module.exports = function (t, a) {
+ // Just sanity check, as real tests are in 'round', 'ceil' and 'floor' variants
+ a(t("round")(55.55, -1), 55.6);
+};