Closed julytn closed 4 years ago
Correct the catch to return the error message in 1-advanced-promises-solutions.js Exercise 2
1-advanced-promises-solutions.js
The current solution errors:
expect(received).resolves.toEqual() Expected received Promise to resolve, instead it rejected to value [Error: Your product is not on sale]
Fixes https://github.com/wayfair/awesome-learning-exercises/issues/41
Description
Correct the catch to return the error message in
1-advanced-promises-solutions.js
Exercise 2The current solution errors:
Related Issues
Fixes https://github.com/wayfair/awesome-learning-exercises/issues/41