Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Adding tests example to project #165

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
README update
  • Loading branch information
leticiawanderley committed Apr 5, 2017
commit 8fbf09afcbbc6e4cd5ed6561994ca2d70d40e85d
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ You can change the port number by setting the `$PORT` environment variable befor
```sh
PORT=3001 node server.js
```

## Testing

```sh
npm test
```