summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-failed-alloc-typed-arrays.js
AgeCommit message (Collapse)Author
2018-10-14test: removed unused variableMichal Hynek
Removed an unused variable in test-buffer-failed-alloc-typed-arrays.js. PR-URL: https://github.com/nodejs/node/pull/23481 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2016-08-26test: clean up / refactor buffer tests, remove duplicationJames M Snell
Remove duplication of buffer tests, separate out into separate files, update and cleanup code, move to using strictEqual where possible. PR-URL: https://github.com/nodejs/node/pull/8256 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>