mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
cli: test that we cleaned up the old zip
This commit is contained in:
@@ -140,6 +140,9 @@ describe('install', function () {
|
||||
version: packageVersion,
|
||||
})
|
||||
|
||||
// cleans up the zip file
|
||||
expect(fs.removeAsync).to.be.calledWith(downloadDestination)
|
||||
|
||||
snapshot(this.stdout.toString())
|
||||
})
|
||||
})
|
||||
@@ -207,6 +210,5 @@ describe('install', function () {
|
||||
snapshot(this.stdout.toString())
|
||||
})
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user