// JavaScript Document function test(){ console.log('Testing 1 2 3'); } module.exports = { test };