项目作者: education

项目描述 :
GitHub Classroom autograding example repo with Node and Jest.
高级语言: JavaScript
项目地址: git://github.com/education/autograding-example-node.git
创建时间: 2020-02-26T20:34:51Z
项目社区:https://github.com/education/autograding-example-node

开源协议:

下载


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