Skip to content
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

Updating the incorrect paths in examplar.js of fruit-picker #2572

Closed

Conversation

jagdish-15
Copy link
Contributor

@jagdish-15 jagdish-15 commented Jan 2, 2025

Pull Request

npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix
PS C:\Programming\Exercism\javascript> npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix

C:\Programming\Exercism\javascript\exercises\concept\fruit-picker\.meta\exemplar.js
  5:24  error  Unable to resolve path to module './notifier'  import/no-unresolved
  6:23  error  Unable to resolve path to module './grocer'    import/no-unresolved

✖ 2 problems (2 errors, 0 warnings)

This PR changes the incorrect paths shown by the error above to the correct ones!

Copy link
Contributor

github-actions bot commented Jan 2, 2025

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

@github-actions github-actions bot closed this Jan 2, 2025
@SleeplessByte
Copy link
Member

These paths are not incorrect as the folder .meta is dropped from the path when we run the tests.

@jagdish-15
Copy link
Contributor Author

@SleeplessByte, thank you for the explanation, I wasn't aware of it initially, and I will close the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants