Skip to content

Commit

Permalink
TST: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed May 22, 2019
1 parent c01f612 commit ae50aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Electrum.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
global.net = require('net');
let BlueElectrum = require('./BlueElectrum');
let assert = require('assert');
let bitcoin = require('bitcoinjs-lib');
jasmine.DEFAULT_TIMEOUT_INTERVAL = 150 * 1000;

afterAll(() => {
Expand Down

0 comments on commit ae50aba

Please sign in to comment.