mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🔥 fit
This commit is contained in:
committed by
Katrina Uychaco
parent
d9b73fa645
commit
01175d774c
@@ -333,7 +333,7 @@ describe "AtomEnvironment", ->
|
||||
spyOn(atom, 'loadState').andReturn(Promise.resolve(null))
|
||||
spyOn(atom, 'attemptRestoreProjectStateForPaths')
|
||||
|
||||
fit "adds the selected folder to the project", ->
|
||||
it "adds the selected folder to the project", ->
|
||||
initialPaths = atom.project.setPaths([])
|
||||
tempDirectory = temp.mkdirSync("a-new-directory")
|
||||
spyOn(atom, "pickFolder").andCallFake (callback) ->
|
||||
|
||||
Reference in New Issue
Block a user