| 1 | // Test that loader hooks should handle empty plain object thrown from top-level |
| 2 | import '../common/index.mjs'; |
| 3 | import { execPath } from 'node:process'; |
| 4 | import fixtures from '../common/fixtures.js'; |
nothing calls this directly
no test coverage detected