ValidStateMonitorTest: remove accidental `debugger'
Didn't mean for this to be committed. * test/validate/ValidStateMonitorTest.js: Remove `debugger'.master
parent
6908e62206
commit
3460610808
|
@ -633,7 +633,6 @@ describe( 'ValidStateMonitor', function()
|
|||
return sut
|
||||
.on( 'fix', fixed =>
|
||||
{
|
||||
debugger;
|
||||
// `bar' not cleared
|
||||
expect( fixed )
|
||||
.to.deep.equal( {
|
||||
|
|
Loading…
Reference in New Issue