Skip to content

Commit

Permalink
Merge pull request #1287 from pascalgrimaud/cypress-sonar-code-smells
Browse files Browse the repository at this point in the history
Cypress: fix minor code smells
  • Loading branch information
pascalgrimaud authored Apr 8, 2022
2 parents 349493c + 5140871 commit 4699e6a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public static Map<String, String> cypressScripts() {
}

public static Map<String, String> cypressFiles() {
String pathRoot = "src/test/javascript/integration";
return Map.ofEntries(Map.entry(".eslintrc.js", pathRoot), Map.entry("tsconfig.json", pathRoot));
return Map.ofEntries(Map.entry(".eslintrc.js", JAVASCRIPT_INTEGRATION), Map.entry("tsconfig.json", JAVASCRIPT_INTEGRATION));
}

public static Map<String, String> cypressTestFiles() {
Expand Down

0 comments on commit 4699e6a

Please sign in to comment.