mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix broken specs
This commit is contained in:
@@ -6,7 +6,7 @@ describe "fs", ->
|
||||
directoryPath = null
|
||||
beforeEach -> directoryPath = require.resolve 'fixtures/file-finder-dir'
|
||||
|
||||
fdescribe "when recursive is true", ->
|
||||
describe "when recursive is true", ->
|
||||
it "returns a promise that resolves to the recursive contents of that directory", ->
|
||||
waitsFor (complete) ->
|
||||
fs.async.list(directoryPath, true).done (result) ->
|
||||
|
||||
Reference in New Issue
Block a user