| 1 | import { allowGlobals, mustCall, mustNotCall } from '../common/index.mjs'; |
| 2 | import * as fixtures from '../common/fixtures.mjs'; |
| 3 | import assert from 'node:assert'; |
| 4 | import { run } from 'node:test'; |
nothing calls this directly
no test coverage detected