-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tests] fix skip usage #2232
[Tests] fix skip usage #2232
Conversation
cec9a88
to
7e2d128
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this seems great
391c4f1
to
98eba27
Compare
Codecov Report
@@ Coverage Diff @@
## main #2232 +/- ##
=======================================
Coverage 95.23% 95.23%
=======================================
Files 65 65
Lines 2687 2687
Branches 889 889
=======================================
Hits 2559 2559
Misses 128 128 Continue to review full report at Codecov.
|
I just rebased to tweak the commit messages; two tests are failing. |
Got them, thanks!
Hopefully this does the trick: We downgrade eslint-import-resolver-typescript on Node.js < 8: eslint-plugin-import/tests/dep-time-travel.sh Lines 32 to 35 in fd85369
1.0.2 doesn't resolve .js extensions (I presume) and this test needs a resolved import:
|
Conditionally skipping tests doesn't work this way, I think?