Remove .only on test

feature/default_network_editable
tmashuang 7 years ago
parent 60feeb393b
commit fb02e71e22
  1. 2
      ui/app/components/send_/send-content/send-gas-row/gas-fee-display/test/gas-fee-display.component.test.js

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

Loading…
Cancel
Save