summaryrefslogtreecommitdiff
path: root/tests/unit_node/testdata/worker_module/index.js
blob: a3e976b65afb75d68204eaf36e96a5309c812191 (plain)
1
2
3
import { myFunction } from "./other_file.js";

myFunction().then(() => {});