Add "strict": true to tsconfig.json (#994)

- Remove process.browser
This commit is contained in:
Elliot Lee
2019-04-11 15:48:23 -07:00
committed by GitHub
parent 1abcef73a0
commit 50fc36ec3e
40 changed files with 76 additions and 74 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 = 20000;
const INTERVAL = 1000; // how long to wait between checks for validated ledger
const serverUrl = 'ws://127.0.0.1:6006';