| 1 | /* eslint-disable @typescript-eslint/await-thenable, @typescript-eslint/no-unsafe-argument, @typescript-eslint/require-await */ |
| 2 | import * as fs from "node:fs/promises"; |
| 3 | import * as path from "node:path"; |
| 4 | import { describe, expect, mock, test } from "bun:test"; |
nothing calls this directly
no test coverage detected