Skip to content

Commit

Permalink
format the code;
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed May 27, 2024
1 parent 3e7d004 commit 3c8ebed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions __tests__/unit/models/platform.model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,3 @@ describe('Platform model', () => {
// });
});
});

// // "test": "jest --detectOpenHandles",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc",
"start": "node ./dist/index.js",
"dev": "nodemon ./src/index.ts",
"test": "env-cmd -f ./src/config/test.env jest --runInBand --detectOpenHandles",
"test": "jest --detectOpenHandles",
"format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"*.ts\" ",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
Expand Down

0 comments on commit 3c8ebed

Please sign in to comment.