Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge branch '0.1.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
isabello committed Aug 10, 2017
2 parents 727beb7 + 30b5342 commit 5c0b1f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.json
Expand Up @@ -2,6 +2,9 @@
"name": "lisky",
"json": false,
"liskJS": {
"testnet": false
"testnet": false,
"node": "",
"port": "",
"ssl": false
}
}
6 changes: 6 additions & 0 deletions test/commands/env.js
Expand Up @@ -33,6 +33,9 @@ const defaultConfig = {
json: false,
liskJS: {
testnet: false,
node: '',
port: '',
ssl: false,
},
};

Expand Down Expand Up @@ -86,6 +89,9 @@ describe('env command', () => {
json: true,
liskJS: {
testnet: false,
node: '',
port: '',
ssl: false,
},
};

Expand Down

0 comments on commit 5c0b1f7

Please sign in to comment.