exercism / exercism/javascript

Javascript 'Promises' exercise testing problems

Đang mở
#1,736 2 bình luận 0 reaction 1 người được giao Được @SleeplessByte nhận Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
652
Fork
657
Merge trung bình
19 giờ 37 phút
Pull request đã merge (30 ngày)
6

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.