We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e3aa5 commit c4ef57bCopy full SHA for c4ef57b
packages/shared-components/jest.config.ts
@@ -50,7 +50,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
50
51
// if we're running against the develop branch, also enable the slow test reporter
52
if (env["GITHUB_REF"] == "refs/heads/develop") {
53
- reporters.push("<rootDir>/test/slowReporter.cjs");
+ reporters.push("<rootDir>/../../test/slowReporter.cjs");
54
}
55
config.reporters = reporters;
56
0 commit comments