Remove .only

This commit is contained in:
Dan 2018-05-31 15:31:50 -02:30
parent d12bb8c14f
commit 2ca084b055
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const SendTransactionScreen = proxyquire('../send.component.js', {
sinon.spy(SendTransactionScreen.prototype, 'componentDidMount')
sinon.spy(SendTransactionScreen.prototype, 'updateGas')
describe.only('Send Component', function () {
describe('Send Component', function () {
let wrapper
beforeEach(() => {