Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Samines
c2aa762fd7
test: fix strictEqual arguments order
Fix strictEqual assertion arguments order to conform
to the function signature in buffer tests

PR-URL: https://github.com/nodejs/node/pull/23486
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2018-11-29 11:38:55 -05:00
Masashi Hirano
17954c2b01 test: improve internal/buffer.js test coverage
Added tests buffer.js methods to write 48 bit value to
improve test coverage.

PR-URL: https://github.com/nodejs/node/pull/21061
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Lance Ball <lball@redhat.com>
2018-06-13 08:49:29 +02:00
Michaël Zasso
2ff4704447 test: move test-readuint to test-buffer-readuint
Backport of a changed test from
https://github.com/nodejs/node/pull/20054

PR-URL: https://github.com/nodejs/node/pull/21170
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-06-13 08:49:29 +02:00