Skip to content

Commit

Permalink
Merge pull request #15 from boytur/feature/test-ci
Browse files Browse the repository at this point in the history
Feature/test ci
  • Loading branch information
boytur authored Jun 29, 2024
2 parents 85b2978 + e29352c commit ec0ae1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ app.listen(3000, () => {
console.log('App listening on port 3000');
});


module.exports = app;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Teaching git flow and git conventional commit for milky way team3 [content here](https://github.com/boytur/git-flow-milkyway/wiki)\r test close issue",
"main": "index.js",
"scripts": {
"test": "jest",
"test": "jest --forceExit",
"start": "nodemon index.js"
},
"author": "",
Expand Down

0 comments on commit ec0ae1f

Please sign in to comment.