.to.not.be.a.file() does not work, returns true, even if the file is not existing, example:
expect( path.join( __dirname, './tmp/lessReduce/root.css' ) ).to.not.be.a.file();
... but the file is definitely not there ... but throws an asserting exception.
.to.not.be.a.file()does not work, returns true, even if the file is not existing, example:... but the file is definitely not there ... but throws an asserting exception.