| 1 | // Test that `initialize` returning rejecting promise should be handled |
| 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