eslint-plugin-import
eslint-plugin-import copied to clipboard
[Tests] `no-cycles` Add failing tests for commonjs imports
trafficstars
As part of https://github.com/benmosher/eslint-plugin-import/issues/1056
This is expected to break the build, as at the moment "the infrastructure only registers import statements in dependencies, so cycles created by require within imported modules may not be detected.".
Coverage decreased (-2.8%) to 93.703% when pulling 78e995fae2caead40b655dff35c0380b78e3a740 on soryy708:cycles into 112a0bf442e52b25cd7029a9905df2508e191ac1 on benmosher:master.
Coverage decreased by adding tests? Is it accidentally counting tests/files/?
I've rebased this and merged the first commit into master.