Skip to content

Commit

Permalink
Test Cases: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBeneditto committed Feb 28, 2022
1 parent ddf2712 commit f1288e9
Show file tree
Hide file tree
Showing 5 changed files with 5,592 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 f1288e9

Please sign in to comment.