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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
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.