This is a code challenge for Mod 1 students in Turing's Front End Engineering program. Read the following instructions:
- Clone down the repo
- From the cloned directory, run
npm install
- To run the tests, run
npm test tests/sandwich-test.js
- Complete the
sandwich
tests, then theshop
tests