Skip to content

.to.not.be.a.file() not working #9

@stefanwalther

Description

@stefanwalther

.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions