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

await myFunction();