summaryrefslogtreecommitdiff
path: root/tests/specs/run/import_common_js/index.cjs
blob: 0026e237d1c21abb91666d4746c15c6d42b0c6a2 (plain)
1
2
3
4
5
6
7
const process = require("process");

console.log(process.cwd());

module.exports = {
  cwd: process.cwd,
};