File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 112112 "sourceMap" : false
113113 },
114114 "options" : {
115- "mocha" : " --require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should"
115+ "mocha" : " test/unit --require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should"
116116 },
117117 "pre-commit" : [
118118 " lint" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const chaiAsPromised = require('chai-as-promised')
55chai . use ( chaiAsPromised )
66const { expect } = chai
77
8- const { providers : { bitcoin : { BitcoinSwapProvider } } } = require ( '../' )
8+ const { providers : { bitcoin : { BitcoinSwapProvider } } } = require ( '../../ ' )
99
1010const lib = new BitcoinSwapProvider ( )
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const chaiAsPromised = require('chai-as-promised')
55chai . use ( chaiAsPromised )
66const { expect } = chai
77
8- const { providers : { ethereum : { EthereumSwapProvider } } } = require ( '../' )
8+ const { providers : { ethereum : { EthereumSwapProvider } } } = require ( '../../ ' )
99
1010const lib = new EthereumSwapProvider ( )
1111
Original file line number Diff line number Diff line change 22
33const { expect } = require ( 'chai' ) . use ( require ( 'chai-as-promised' ) )
44
5- const { Client, errors } = require ( '../' )
5+ const { Client, errors } = require ( '../../ ' )
66
77const lib = new Client ( )
88
You can’t perform that action at this time.
0 commit comments