diff --git a/packages/shared-components/jest.config.ts b/packages/shared-components/jest.config.ts index 2e88689024..993fcc680b 100644 --- a/packages/shared-components/jest.config.ts +++ b/packages/shared-components/jest.config.ts @@ -50,7 +50,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("/test/slowReporter.cjs"); + reporters.push("/../../test/slowReporter.cjs"); } config.reporters = reporters; }