| 1 | // Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-unknown-builtin-module.mjs |
| 2 | import { expectsError, mustCall } from '../common/index.mjs'; |
| 3 | import assert from 'assert'; |
| 4 |
nothing calls this directly
no test coverage detected