##To Submit this Assignment
- Fork this repository
- Write all of your code in a directory named
lab-
+<your name>
e.g.lab-brian
- Push to your repository
- Submit a pull request to this repository
- Submit a link to your PR in canvas
- Write a question and observation on canvas
##Description:
Add a gulpfile.js
to your lab-01
assignment
Your gulpfile.js
should include a test
, lint
, and dev
task - the dev
task should be set as the default task.
Add a package.json
file - this should include all necessary developer dependencies.
Refactor your native assert
test(s) to use the chai expect
syntax.
Your code should pass the .eslintrc included in this repository.
Your submission should be a link to your pull request.