I have this simple nodeJS application
const express = require(\'express\') const app = express() const port = 3000 import {testFunction} from \'./util\' app