mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove .only
This commit is contained in:
parent
d12bb8c14f
commit
2ca084b055
@ -25,7 +25,7 @@ const SendTransactionScreen = proxyquire('../send.component.js', {
|
|||||||
sinon.spy(SendTransactionScreen.prototype, 'componentDidMount')
|
sinon.spy(SendTransactionScreen.prototype, 'componentDidMount')
|
||||||
sinon.spy(SendTransactionScreen.prototype, 'updateGas')
|
sinon.spy(SendTransactionScreen.prototype, 'updateGas')
|
||||||
|
|
||||||
describe.only('Send Component', function () {
|
describe('Send Component', function () {
|
||||||
let wrapper
|
let wrapper
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user