eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

`ember/no-test-import-export` incorrectly errors on files that are not tests

Open kategengler opened this issue 4 years ago • 0 comments

Components ending in -test also trigger this rule, I imagine other files would as well.

For example app/components/student-test.js

kategengler avatar Jun 01 '21 21:06 kategengler