switch from Babel 5 to Babel 6

use of isparta for coverage reporting
This commit is contained in:
Ivan Tivonenko
2016-01-12 06:23:19 +02:00
parent 7bfe4a6cd8
commit aa6020e00d
11 changed files with 117 additions and 120 deletions

View File

@@ -13,7 +13,7 @@ const {payTo, ledgerAccept} = require('./utils');
// how long before each test case times out
const TIMEOUT = process.browser ? 25000 : 10000;
const TIMEOUT = process.browser ? 45000 : 10000;
const INTERVAL = 1000; // how long to wait between checks for validated ledger
const serverUrl = 'ws://127.0.0.1:6006';