diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-22 09:50:57 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-22 09:54:03 -0500 |
commit | 34606108085207945dd0c7c1e331d63ac863be06 (patch) | |
tree | 7c618762064a3a5ae4367d0dc45c4a50a109a041 /test/validate | |
parent | 6908e622065e2a6e78a9fbb668f2381634723e4f (diff) | |
download | liza-34606108085207945dd0c7c1e331d63ac863be06.tar.gz liza-34606108085207945dd0c7c1e331d63ac863be06.tar.bz2 liza-34606108085207945dd0c7c1e331d63ac863be06.zip |
ValidStateMonitorTest: remove accidental `debugger'
Didn't mean for this to be committed.
* test/validate/ValidStateMonitorTest.js: Remove `debugger'.
Diffstat (limited to 'test/validate')
-rw-r--r-- | test/validate/ValidStateMonitorTest.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/validate/ValidStateMonitorTest.js b/test/validate/ValidStateMonitorTest.js index b57ff07..ca140df 100644 --- a/test/validate/ValidStateMonitorTest.js +++ b/test/validate/ValidStateMonitorTest.js @@ -633,7 +633,6 @@ describe( 'ValidStateMonitor', function() return sut .on( 'fix', fixed => { - debugger; // `bar' not cleared expect( fixed ) .to.deep.equal( { |