| 1 | // Test that code injection through export names is not allowed |
| 2 | import '../common/index.mjs'; |
| 3 | import { spawnSyncAndAssert } from '../common/child_process.js'; |
| 4 | import * as fixtures from '../common/fixtures.mjs'; |
nothing calls this directly
no test coverage detected