mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
📝 Better description on spec
This commit is contained in:
@@ -65,7 +65,7 @@ describe("FileRecoveryService", () => {
|
||||
assert.equal(fs.readFileSync(filePath, 'utf8'), "some content")
|
||||
})
|
||||
|
||||
it("restores the created recovery files and deletes them in the order in which windows crash", () => {
|
||||
it("restores the created recovery files and deletes them in the order in which windows crash when they attempt to save the same file", () => {
|
||||
const anotherMockWindow = new Emitter
|
||||
let filePath = temp.path()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user