diff options
Diffstat (limited to 'node_modules/es5-ext/test/math/trunc/is-implemented.js')
| -rw-r--r-- | node_modules/es5-ext/test/math/trunc/is-implemented.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/es5-ext/test/math/trunc/is-implemented.js b/node_modules/es5-ext/test/math/trunc/is-implemented.js new file mode 100644 index 00000000..5003e7e9 --- /dev/null +++ b/node_modules/es5-ext/test/math/trunc/is-implemented.js @@ -0,0 +1,5 @@ +"use strict"; + +module.exports = function (t, a) { + a(typeof t(), "boolean"); +}; |
