Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 329 Bytes

Sandwich Challenge

This is a code challenge for Mod 1 students in Turing's Front End Engineering program. Read the following instructions:

  1. Clone down the repo
  2. From the cloned directory, run npm install
  3. To run the tests, run npm test tests/sandwich-test.js
  4. Complete the sandwich tests, then the shop tests