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