Skip to content

Commit

Permalink
Fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Feb 3, 2025
1 parent b20d3e7 commit 2c40864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/utils/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function convertXmlToJson(xml, platform) {
reject(err);
return;
}
resolve(readJsonFromFile(jsonFile));
resolve(json);
});
});
});
Expand Down

0 comments on commit 2c40864

Please sign in to comment.