Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Only fails on modified files #84

@alexlafroscia

Description

@alexlafroscia

I'm seeing some pretty weird behavior, and I'm not sure where in the pipeline the issue is.

I've been working on porting Ember Suave's rules over to ESLint, and so have installed ember-cli-eslint on a fresh Ember app as well as my ESLint plugin. After running ember test it shows that all of the tests, even when the tests should fail.

If I go into one of the files that should fail, app/app.js for example, and modify it in any way, the test now fails the way I expect it to. It's like the passing test is being cached for some reason. I've trying nuking the dist and tmp directories, but that didn't help at all. Is there somewhere else where these results might be cached?

I do know that ESLint can cache results which sounds like the behavior that I'm experiencing, but I can't find a .eslintcache directory anywhere.

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