You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// existentDir is a directory that existsexpect(existentDir).to.be.a.directory()=>true,ok// nonExistentDir is a directory that doesn't existsexpect(nonExistentDir).to.not.be.a.path()=>true,okexpect(nonExistentDir).to.not.be.a.directory()=>false ?
If a directory doesn't exist shouldn't "to.not.be.a.directory()" gives false?
Thanks !
The text was updated successfully, but these errors were encountered:
Is this the right behavior ?
If a directory doesn't exist shouldn't "to.not.be.a.directory()" gives false?
Thanks !
The text was updated successfully, but these errors were encountered: