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

Javascript 'Promises' exercise testing problems #1736

Open
limaxophobiac opened this issue Apr 16, 2022 · 2 comments
Open

Javascript 'Promises' exercise testing problems #1736

limaxophobiac opened this issue Apr 16, 2022 · 2 comments
Assignees

Comments

@limaxophobiac
Copy link

There is something if not bugged at least not ideal with the 'Promises' excercise in the javascript track, I had the first function written in a way I was sure was correct but it kept crashing when I ran the tests despite the rest of the functions being 'throw new Error('Remove this statement and implement this function');'. But when I found someone else's code and copied their solution for the rest of the functions (keeping my implementation of the first function 'promisify') it worked perfectly fine.

With some more testing it seems that if the 'promisify' function (the first function in the exercise) is correctly implemented but the 'any' function (which is the last function) isn't implemented the tests will always crash which makes testing your solutions to the different parts of the exercise rather frustrating.

@github-actions
Copy link
Contributor

Hi and welcome to Exercism! 👋

Thanks for opening an issue 🙂

  • If you are suggesting a new feature or an improvement to Exercism, please take a read of this post, which will likely result in a faster response.
  • If you are reporting a bug in the website, thank you! We are getting a lot of reports at the moment (which is great), but we triage and reply as soon as we can.
  • If you are requesting support, someone will help shortly.
  • For everything else, we will reply or triage your issue to the right repository soon.

@SleeplessByte
Copy link
Member

Yep, I see what you mean. We'll figure this out.

Moving to exercism/javascript

@SleeplessByte SleeplessByte transferred this issue from exercism/exercism Apr 21, 2022
@github-actions github-actions bot removed the type/bug label Apr 22, 2022
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

No branches or pull requests

2 participants