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
|
return sut
|
||||||
.on( 'fix', fixed =>
|
.on( 'fix', fixed =>
|
||||||
{
|
{
|
||||||
debugger;
|
|
||||||
// `bar' not cleared
|
// `bar' not cleared
|
||||||
expect( fixed )
|
expect( fixed )
|
||||||
.to.deep.equal( {
|
.to.deep.equal( {
|
||||||
|
|
Loading…
Reference in New Issue