mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove test only statement
This commit is contained in:
parent
d3b541e126
commit
e69131fb39
@ -7,7 +7,7 @@ var sinon = require('sinon')
|
||||
var actions = require(path.join(__dirname, '..', '..', '..', 'ui', 'app', 'actions.js'))
|
||||
var reducers = require(path.join(__dirname, '..', '..', '..', 'ui', 'app', 'reducers.js'))
|
||||
|
||||
describe.only('tx confirmation screen', function() {
|
||||
describe('tx confirmation screen', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
this.sinon = sinon.sandbox.create();
|
||||
|
Loading…
Reference in New Issue
Block a user