Add tests for File/Directory/Link.create/createSync()
when the path exists
#2303
Labels
type-enhancement
A request for a change that isn't a bug
We have co19 tests checking what should happen if we call
create/createSync()
andFileSystemEntity
of the same type exists. But we have no tests checking what will happen when, say, we are creating aFile
butDirectory/Link
with the same path exists. Need to test all possible combinationsThe text was updated successfully, but these errors were encountered: