| 1 | import { strict as assert } from 'node:assert'; |
| 2 | import path from 'node:path'; |
| 3 | import { mm } from '@eggjs/mock'; |
| 4 | import { MockApplication, createApp, getFilepath } from '../../../utils.js'; |
nothing calls this directly
no test coverage detected