Skip to content

Commit c54b917

Browse files
fix: error in unit tests
1 parent 6010d94 commit c54b917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/merge.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ describe('merge-e2e', () => {
623623
await fs.writeFile(path.resolve(dir, newDirName), 'some content')
624624
await add({ fs, dir, filepath: newDirName })
625625
await commit({ fs, dir, message: 'add files', author: { name: 'author2' } })
626+
await fs.rm(path.resolve(dir, newDirName))
626627

627628
// switching back to the branch1
628629
await checkout({ fs, dir, ref: branch1Name })

0 commit comments

Comments
 (0)