Skip to content

ReDI-Munich-Frontend/homework-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Test repository for Github Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published