Remove unused 'path' import from windows-path-matching test

Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-11 10:12:06 +00:00
parent 9de8f6f5c3
commit f4d818c7a2
@@ -3,7 +3,6 @@
* This test validates the fix for glob not working on GitHub's Windows runners
*/
import * as path from 'path'
import {MatchKind} from '../src/internal-match-kind'
import {Pattern} from '../src/internal-pattern'