Remove .only on test

This commit is contained in:
tmashuang 2018-06-26 18:14:21 -07:00
parent 60feeb393b
commit fb02e71e22
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const propsMethodSpies = {
showCustomizeGasModal: sinon.spy(),
}
describe.only('SendGasRow Component', function() {
describe('SendGasRow Component', function() {
let wrapper
beforeEach(() => {