mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Cleanup test bash file for cygwin
This commit is contained in:
parent
6826728481
commit
32ba9d71b5
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ describe("Bash shell integration", () => {
|
|||
if (fs.existsSync(mockStartupFile)) {
|
||||
fs.unlinkSync(mockStartupFile);
|
||||
}
|
||||
if (windowsCygwinPath && fs.existsSync(windowsCygwinPath)) {
|
||||
fs.unlinkSync(windowsCygwinPath);
|
||||
windowsCygwinPath = "";
|
||||
}
|
||||
|
||||
// Reset mocks
|
||||
mock.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue