Skip to content

Commit

Permalink
Cypress: fix minor code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Apr 8, 2022
1 parent 349493c commit 5140871
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 5140871

Please sign in to comment.