Skip to content

Commit c4ef57b

Browse files
authored
Fix the slow test reporter (#31170)
Only runs on develop so we didn't notice
1 parent d9e3aa5 commit c4ef57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-components/jest.config.ts

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

5151
// if we're running against the develop branch, also enable the slow test reporter
5252
if (env["GITHUB_REF"] == "refs/heads/develop") {
53-
reporters.push("<rootDir>/test/slowReporter.cjs");
53+
reporters.push("<rootDir>/../../test/slowReporter.cjs");
5454
}
5555
config.reporters = reporters;
5656
}

0 commit comments

Comments
 (0)