mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
node: Fix typeof error (#15987)
This commit is contained in:
@@ -446,7 +446,7 @@ function stream_readable_pipe_test() {
|
||||
|
||||
assert(typeof r.bytesRead === 'number');
|
||||
assert(typeof r.path === 'string');
|
||||
assert(typeof rs.path === 'Buffer');
|
||||
assert(rs.path instanceof Buffer);
|
||||
|
||||
r.pipe(z).pipe(w);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user