Skip to content

GitHub Classroom autograding example repo with Node and Jest.

Notifications You must be signed in to change notification settings

arelia-classroom-demos/autograding-example-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autograding Example: Node

This example project is written in Node, and tested with Jest.

The assignment

The tests are failing right now because we're not returning the correct string. Fixing this up will make the tests green.

Setup command

npm install

Run command

npm test

Notes

Languages

  • JavaScript 100.0%