Merge 93a56c75ce into 25ce6b59fd
This commit is contained in:
commit
cd2c102529
2 changed files with 2 additions and 6 deletions
|
|
@ -117,7 +117,7 @@ describe "the commands", ->
|
|||
newPath = path.resolve(dir, fs.normalize(newPath))
|
||||
expect(fs.existsSync(newPath)).toBe(true)
|
||||
expect(fs.readFileSync(newPath, 'utf-8')).toEqual('abc')
|
||||
expect(editor.isModified()).toBe(true)
|
||||
expect(editor.isModified()).toBe(false)
|
||||
fs.removeSync(newPath)
|
||||
|
||||
it "saves to the path", ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue