Skip to content

Commit

Permalink
Merge pull request #2 from FabioBeneditto/test-cases
Browse files Browse the repository at this point in the history
Test cases
  • Loading branch information
FabioBeneditto authored Feb 28, 2022
2 parents ddf2712 + 394e88c commit f58af19
Show file tree
Hide file tree
Showing 5 changed files with 5,632 additions and 488 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,7 @@ app.get('/api/:id', function (req, res, next) {
// Indicate running app
app.listen(port, () => {
console.log('Our app is running on port ' + port + ', with current status: \n\n' + phrase)
});
});

// Export modules for Tests
module.exports = app
Loading

0 comments on commit f58af19

Please sign in to comment.