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 b8e8b14 commit d413f50Copy full SHA for d413f50
jest.config.ts
@@ -39,7 +39,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
39
40
// if we're running against the develop branch, also enable the slow test reporter
41
if (env["GITHUB_REF"] == "refs/heads/develop") {
42
- reporters.push("<rootDir>/spec/slowReporter.js");
+ reporters.push("<rootDir>/spec/slowReporter.cjs");
43
}
44
config.reporters = reporters;
45
spec/slowReporter.js renamed to spec/slowReporter.cjs
0 commit comments