Merge pull request #4674 from MetaMask/removeOnlyTests

Remove .only on test
feature/default_network_editable
Thomas Huang 7 years ago committed by GitHub
commit db548adca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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