Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-created root directory '/' gets created as a file instead of a directory #15

Closed
eugirdor opened this issue Jun 12, 2015 · 0 comments

Comments

@eugirdor
Copy link
Contributor

When you define a file structure such as:

fs = new FS(
    'var/www/index.php': ''
)

fs-mock auto-creates the all the directories in between (i.e., /, /var, /var/www). However, the root directory / gets created as a file instead of a directory.

The following test fails:

it 'should create root directory', ->
    fs = new FS(
        'var/www/index.php': ''
    )
    expect(fs.statSync('/').isDirectory()).to.be.true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant