mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove directory assert
This commit is contained in:
@@ -65,7 +65,6 @@ describe('crashReporter module', function () {
|
||||
assert.equal(crashReporter.getLastCrashReport().id, reportId)
|
||||
assert.notEqual(crashReporter.getUploadedReports().length, 0)
|
||||
assert.equal(crashReporter.getUploadedReports()[0].id, reportId)
|
||||
assert.equal(fs.existsSync(tempDirectory, 'Zombies Crahses'), true)
|
||||
done()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user