Skip to content

Commit

Permalink
[API] TypeScript transformation - Part VI - Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF committed Aug 29, 2024
1 parent f7b69e1 commit 5a03cd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void successful() throws Exception {
public void failed() throws Exception {
try {
javascriptService.handleRequest("test", "failed.js", null, null, false);
failed();

// mockMvc.perform(get("/services/js/test/failed.js"))
// .andDo(print())
Expand Down

0 comments on commit 5a03cd0

Please sign in to comment.