summaryrefslogtreecommitdiff
path: root/tests/specs/run/import_common_js/a.js
blob: c465ab588b3a6dfbe5afd6a005b86ce3818e69d3 (plain)
1
2
3
4
5
6
7
function foobar() {
  console.log("foobar");
}

module.exports = {
  foobar,
};