mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
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:
@@ -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 """
|
||||
=====================================================
|
||||
|
||||
Reference in New Issue
Block a user