mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Correct compile cache afterEach cleanup
This commit is contained in:
@@ -21,8 +21,8 @@ describe 'CompileCache', ->
|
||||
spyOn(TypeScriptSimple::, 'compile').andReturn 'the-typescript-code'
|
||||
|
||||
afterEach ->
|
||||
CSON.setCacheDir(CompileCache.getCacheDirectory())
|
||||
CompileCache.setAtomHomeDirectory(process.env.ATOM_HOME)
|
||||
CSON.setCacheDir(CompileCache.getCacheDirectory())
|
||||
temp.cleanupSync()
|
||||
|
||||
describe 'addPathToCache(filePath, atomHome)', ->
|
||||
|
||||
Reference in New Issue
Block a user