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

[Tests] `no-cycles` Add failing tests for commonjs imports

Open soryy708 opened this issue 6 years ago • 3 comments
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.".

soryy708 avatar Oct 24 '19 20:10 soryy708

Coverage Status

Coverage decreased (-2.8%) to 93.703% when pulling 78e995fae2caead40b655dff35c0380b78e3a740 on soryy708:cycles into 112a0bf442e52b25cd7029a9905df2508e191ac1 on benmosher:master.

coveralls avatar Oct 24 '19 21:10 coveralls

Coverage decreased by adding tests? Is it accidentally counting tests/files/?

soryy708 avatar Oct 25 '19 11:10 soryy708

I've rebased this and merged the first commit into master.

ljharb avatar Aug 08 '21 19:08 ljharb