mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
Re-enable that test.
This commit is contained in:
@@ -377,7 +377,7 @@ describe('GitRepositoryAsync-js', () => {
|
||||
})
|
||||
})
|
||||
|
||||
xasyncIt('stops listening to the buffer when the repository is destroyed (regression)', async () => {
|
||||
asyncIt('stops listening to the buffer when the repository is destroyed (regression)', async () => {
|
||||
let editor = await atom.workspace.open('other.txt')
|
||||
atom.project.getRepositories()[0].destroy()
|
||||
expect(() => editor.save()).not.toThrow()
|
||||
|
||||
Reference in New Issue
Block a user