lundi 15 février 2021

Cypress: export and import classes with module.exports

Hi how can I export and import a class to a test using module exports?

This is how I export with module.exports

module.exports = class ExampleClass {

}

How do I import this class to a test?

Aucun commentaire:

Enregistrer un commentaire