mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Hi lint.
This commit is contained in:
@@ -133,7 +133,7 @@ describe "BufferedProcess", ->
|
||||
lineEndsWithStew = lines.substr(lines.length - endLength, endLength) is end
|
||||
expect(lineEndsWithStew).toBeTrue
|
||||
|
||||
outputAlwaysEndsWithStew = outputAlwaysEndsWithStew && lineEndsWithStew
|
||||
outputAlwaysEndsWithStew = outputAlwaysEndsWithStew and lineEndsWithStew
|
||||
exit: exitCallback
|
||||
|
||||
waitsFor -> exitCallback.callCount is 1
|
||||
|
||||
Reference in New Issue
Block a user