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

Merge pull request #4674 from MetaMask/removeOnlyTests

Remove .only on test
This commit is contained in:
Thomas Huang 2018-06-28 13:26:29 -07:00 committed by GitHub
commit db548adca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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