Skip to content

Commit 26d3033

Browse files
authored
Merge pull request #4358 from matrix-org/backport-4356-to-staging
[Backport staging] Rename slowReporter to reflect that it is CommonJS
2 parents 1f48544 + a4bd7dc commit 26d3033

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
3939

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

0 commit comments

Comments
 (0)