mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Clean up after tests
This commit is contained in:
@@ -45,7 +45,7 @@ describe 'Buffer', ->
|
||||
[path, newPath, bufferToChange, eventHandler] = []
|
||||
|
||||
beforeEach ->
|
||||
path = fs.join(require.resolve("fixtures/"), "tmp/atom-manipulate-me")
|
||||
path = fs.join(require.resolve("fixtures/"), "atom-manipulate-me")
|
||||
newPath = "#{path}-i-moved"
|
||||
fs.write(path, "")
|
||||
bufferToChange = new Buffer(path)
|
||||
|
||||
Reference in New Issue
Block a user