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:
commit
db548adca7
@ -10,7 +10,7 @@ const propsMethodSpies = {
|
||||
showCustomizeGasModal: sinon.spy(),
|
||||
}
|
||||
|
||||
describe.only('SendGasRow Component', function() {
|
||||
describe('SendGasRow Component', function() {
|
||||
let wrapper
|
||||
|
||||
beforeEach(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user