|
|
@ -1196,7 +1196,6 @@ describe('Actions', () => { |
|
|
|
|
|
|
|
|
|
|
|
describe('#pairUpdate', () => { |
|
|
|
describe('#pairUpdate', () => { |
|
|
|
beforeEach(() => { |
|
|
|
beforeEach(() => { |
|
|
|
|
|
|
|
|
|
|
|
nock('https://shapeshift.io') |
|
|
|
nock('https://shapeshift.io') |
|
|
|
.defaultReplyHeaders({ 'access-control-allow-origin': '*' }) |
|
|
|
.defaultReplyHeaders({ 'access-control-allow-origin': '*' }) |
|
|
|
.get('/marketinfo/btc_eth') |
|
|
|
.get('/marketinfo/btc_eth') |
|
|
@ -1208,10 +1207,6 @@ describe('Actions', () => { |
|
|
|
.reply(200) |
|
|
|
.reply(200) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
afterEach(() => { |
|
|
|
|
|
|
|
nock.restore() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it('', () => { |
|
|
|
it('', () => { |
|
|
|
const store = mockStore() |
|
|
|
const store = mockStore() |
|
|
|
// issue with dispatch action in callback not showing
|
|
|
|
// issue with dispatch action in callback not showing
|
|
|
|