Skip to content

Commit

Permalink
Merge pull request #4358 from matrix-org/backport-4356-to-staging
Browse files Browse the repository at this point in the history
[Backport staging] Rename slowReporter to reflect that it is CommonJS
  • Loading branch information
dbkr authored Aug 21, 2024
2 parents 1f48544 + a4bd7dc commit 26d3033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {

// if we're running against the develop branch, also enable the slow test reporter
if (env["GITHUB_REF"] == "refs/heads/develop") {
reporters.push("<rootDir>/spec/slowReporter.js");
reporters.push("<rootDir>/spec/slowReporter.cjs");
}
config.reporters = reporters;
}
Expand Down
File renamed without changes.

0 comments on commit 26d3033

Please sign in to comment.