Comment out json-diff module require

This is only for use locally to troubleshoot failing specs.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo
2015-02-12 18:04:35 -07:00
parent 08d7236125
commit 01512989f7

View File

@@ -1965,8 +1965,8 @@ describe "TextEditorPresenter", ->
console.log "Actual:", actualState
console.log "Expected:", expectedState
console.log "Uncomment code below this line to see a JSON diff"
{diff} = require 'json-diff' # !!! Run `npm install json-diff` in your `atom/` repository
console.log "Difference:", diff(actualState, expectedState)
# {diff} = require 'json-diff' # !!! Run `npm install json-diff` in your `atom/` repository
# console.log "Difference:", diff(actualState, expectedState)
if statements.length > 0
console.log """
=====================================================