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'