diff --git a/test/cypress/plugins/backendApi/client.mjs b/test/cypress/plugins/backendApi/client.mjs index 31ef1e03..78618abb 100644 --- a/test/cypress/plugins/backendApi/client.mjs +++ b/test/cypress/plugins/backendApi/client.mjs @@ -145,4 +145,4 @@ BackendApi.prototype.postForm = function (path, form, returnOnError) { }); }; -module.exports = BackendApi; +export default BackendApi;