Code coverage report for web3/lib/web3/settings.js

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (4 / 4)      Ignored: none     

All files » web3/lib/web3/ » settings.js
1 2 3 4 5 6 7 8 9 10    1 167 167     1    
 
 
var Settings = function () {
    this.defaultBlock = 'latest';
    this.defaultAccount = undefined;
};
 
module.exports = Settings;