From f4d818c7a26c1420d87ffdd9486ada787d99b683 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:12:06 +0000 Subject: [PATCH] Remove unused 'path' import from windows-path-matching test Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com> --- packages/glob/__tests__/windows-path-matching.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/glob/__tests__/windows-path-matching.test.ts b/packages/glob/__tests__/windows-path-matching.test.ts index 12a28f90..ce0c7ce8 100644 --- a/packages/glob/__tests__/windows-path-matching.test.ts +++ b/packages/glob/__tests__/windows-path-matching.test.ts @@ -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'