Skip to content

Commit a86ccd0

Browse files
author
Cam Pedersen
committed
[test] add send test
1 parent eb1d565 commit a86ccd0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/send.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var scp = require('../');
2+
3+
scp.send({
4+
file: './test/what',
5+
host: 'core',
6+
path: '~'
7+
}, function () {
8+
console.log(arguments);
9+
});

0 commit comments

Comments
 (0)