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 has been archived by the owner on Sep 28, 2020. It is now read-only.
Hi, I have some problems about test case 1(eslint-path).
I find a mock eslint in mock directory, but I think it's not enough, because the loader also relies on formatter {formatter: require("eslint/lib/formatters/stylish")}. If I change eslint path, I want to use the formatter in eslint path instead of the original. But the test case only mock the eslint, I think we also need to mock formatter.
The text was updated successfully, but these errors were encountered:
Hi, I have some problems about test case 1(eslint-path).
I find a mock eslint in mock directory, but I think it's not enough, because the loader also relies on formatter
{formatter: require("eslint/lib/formatters/stylish")}
. If I change eslint path, I want to use the formatter in eslint path instead of the original. But the test case only mock the eslint, I think we also need to mock formatter.The text was updated successfully, but these errors were encountered: