https://github.com/webtech-network/web-code-autograding
https://github.com/webtech-network/web-code-autograding
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webtech-network/web-code-autograding
- Owner: webtech-network
- Created: 2025-02-06T21:31:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T06:00:39.000Z (about 1 year ago)
- Last Synced: 2025-04-02T06:28:48.491Z (about 1 year ago)
- Language: JavaScript
- Size: 5.35 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
-