An open API service indexing awesome lists of open source software.

https://github.com/webtech-network/web-code-autograding


https://github.com/webtech-network/web-code-autograding

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
-