class Bar { constructor(){ this.test = "bar"; } } module.exports = Bar;