mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
13 lines
227 B
JavaScript
13 lines
227 B
JavaScript
var testMethod = require('./helpers/test.method.js');
|
|
|
|
var method = 'getPeerCount';
|
|
|
|
|
|
var tests = [{
|
|
result: '0xf',
|
|
formattedResult: 15,
|
|
call: 'net_peerCount'
|
|
}];
|
|
|
|
testMethod.runTests(['eth','net'], method, tests);
|