| 1 | import assert from 'node:assert/strict'; |
| 2 | import { setTimeout } from 'node:timers/promises'; |
| 3 | import { getGlobalVariable } from '../../utils/env'; |
| 4 | import { appendToFile, replaceInFile, writeMultipleFiles } from '../../utils/fs'; |
nothing calls this directly
no test coverage detected