Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.15 KB

Autograding test for React Redi Teachers

Before you start

  • Clone the repository
  • Change into the repository directory

Setup

  • Run npm install

Working on your assigment

  • Start test runner npm run test -- --watch
  • Check which ones are failing and adjust the code in src/<name-exercise>-exercises.js, i.e. src/javascript-recap-exercises.js
  • Whenever you finish working on your assignment or want to commit some changes, just commit directly to master and then push the code:
    • git commit -am 'your commit message'
    • git push origin master

After the assignment

  • When you finished the assignment please check the feedback branch. You can find it in the Pull requests tab and verify that all tests have passed image
  • You can click on details to see the test results in the browser image
  • If everything looks fine please just assign a teacher for review in Google Classroom. They will get a notification and get back to you.