summaryrefslogtreecommitdiff
path: root/test.js
blob: 87303229e1436fef5911f07a3564799bd48fa77e (plain)
1
2
3
4
5
6
function testme(){
  console.log("hello");
}
module.exports = {
  bj: testme
};