mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Rename all the slow reporter stuff to cjs (#12933)
To hopefully fix tests on develop
This commit is contained in:
parent
5b91dd88e1
commit
8421022841
@ -53,7 +53,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("<rootDir>/test/slowReporter.js");
|
||||
reporters.push("<rootDir>/test/slowReporter.cjs");
|
||||
}
|
||||
config.reporters = reporters;
|
||||
}
|
||||
|
||||
@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
module.exports = require("matrix-js-sdk/spec/slowReporter");
|
||||
module.exports = require("matrix-js-sdk/spec/slowReporter.cjs");
|
||||
Loading…
x
Reference in New Issue
Block a user