UNPKG
@nodeset/contracts
Version:
alpha (0.0.10-alpha)
latest (0.0.9-alpha)
0.0.10-alpha
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Protocol for accessing NodeSet's Constellation Ethereum staking network
@nodeset/contracts
/
test
/
rocketpool
/
_utils
/
formatting.js
5 lines
(4 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
// Print pretty test title
export
function
printTitle
(
user, desc
) {
return
'\x1b[33m'
+ user +
'\u001b[00m: \u001b[01;34m'
+ desc; }