Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiyaobed committed Sep 22, 2023
1 parent 18f48bd commit 4dd5dde
Show file tree
Hide file tree
Showing 6 changed files with 5,259 additions and 1,959 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
npm run format
#npm run lint
#npm run format
55 changes: 55 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ sequelize.sync().then(() => {
console.log(`Server is running on port ${PORT}`);
});
});

module.exports = app; //for testing
Loading

0 comments on commit 4dd5dde

Please sign in to comment.