1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove .only on test

This commit is contained in:
tmashuang 2018-06-26 18:14:21 -07:00
parent 60feeb393b
commit fb02e71e22

View File

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