exercism / exercism/javascript

Javascript 'Promises' exercise testing problems

Abierto
#1,736 2 comentarios 0 reacciones 1 asignado Reclamado por @SleeplessByte Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
652
Forks
657
Merge medio
19 h 37 min
PR fusionados (30 d)
6

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.