Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

File metadata and controls

16 lines (12 loc) · 383 Bytes

Nearly empty javascript project with a failing test!

DO NOT change the names of the function (getCheapestHotel) or of the file and folder it is in, changing it implies in disqualification.

To install the required modules:

$ yarn install

To run the (failing) test:

$ yarn test

After implementing your solution, it should pass the unit tests available.