Skip to content

Commit 0b38102

Browse files
Update test/package-environment.npm-version.test.mts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Bill Li <[email protected]>
1 parent 7094748 commit 0b38102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package-environment.npm-version.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vi.mock('../src/utils/fs.mts', () => ({
2020
// Mock constants to simulate Windows platform for these tests.
2121
// These tests specifically verify Windows-specific npm version detection behavior.
2222
vi.mock('../src/constants.mts', async importOriginal => {
23-
const actual = (await importOriginal()) as any
23+
const actual = (await importOriginal()) as unknown
2424
return {
2525
...actual,
2626
default: {

0 commit comments

Comments
 (0)