Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Use Websocket to get new transactions - Closes #843 #889

Merged
merged 13 commits into from
Nov 3, 2017
Prev Previous commit
Fix eslint error
  • Loading branch information
Gina Contrino committed Nov 3, 2017

Unverified

No user is associated with the committer email.
commit 0bdcfb3b2bf63917e4d6045bf96da7ddde06bc6f
2 changes: 1 addition & 1 deletion src/store/middlewares/socket.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from 'chai';
import { spy, stub } from 'sinon';
import { spy } from 'sinon';
import io from './../../utils/socketShim';
import middleware from './socket';
import actionTypes from '../../constants/actions';