Skip to content
Snippets Groups Projects
Unverified Commit 84210228 authored by David Baker's avatar David Baker Committed by GitHub
Browse files

Rename all the slow reporter stuff to cjs (#12933)

To hopefully fix tests on develop
parent 5b91dd88
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) { ...@@ -53,7 +53,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
// if we're running against the develop branch, also enable the slow test reporter // if we're running against the develop branch, also enable the slow test reporter
if (env["GITHUB_REF"] == "refs/heads/develop") { if (env["GITHUB_REF"] == "refs/heads/develop") {
reporters.push("<rootDir>/test/slowReporter.js"); reporters.push("<rootDir>/test/slowReporter.cjs");
} }
config.reporters = reporters; config.reporters = reporters;
} }
......
...@@ -14,4 +14,4 @@ See the License for the specific language governing permissions and ...@@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
module.exports = require("matrix-js-sdk/spec/slowReporter"); module.exports = require("matrix-js-sdk/spec/slowReporter.cjs");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment