| 1 | import { describe, it, expect, beforeEach, afterEach } from 'vitest'; |
| 2 | import { loadGitignore, loadNestedGitignores, createMatcher } from '../../src/gitignore/parser.js'; |
| 3 | import { mkdir, writeFile, rm } from 'node:fs/promises'; |
| 4 | import { join } from 'node:path'; |
nothing calls this directly
no test coverage detected