Skip to content

Commit

Permalink
latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakashmoondive502 committed Dec 13, 2024
1 parent 7ecc805 commit cbecd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sonar.exclusions=**/node_modules/**/* , **/dist/**/*, **/build/**/*, **/migratio

sonar.qualitygate.wait=true

# sonar.javascript.lcov.reportPaths=./coverage/lcov.info

sonar.javascript.lcov.reportPaths=./coverage/lcov.info

sonar.scm.exclusions.disabled=true
4 changes: 2 additions & 2 deletions tests/users/register.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ describe("POST /auth/register", () => {
.send(userData);

// Assert
let accessToken = null;
let refreshToken = null;
let accessToken = "";
let refreshToken = "";

const cookies = response.headers["set-cookie"] || [];

Expand Down

0 comments on commit cbecd81

Please sign in to comment.