Skip to content

Commit 8e8c94c

Browse files
leosvelperezclaude
andcommitted
cleanup(vite): import TempFs from @nx/devkit/internal-testing-utils
Route TempFs through the @nx/devkit/internal-testing-utils subpath export, matching the other plugin specs. The bare nx/src import tripped the devkit import-boundary lint rule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DZ9XvLzj8NvxcB99YZi5da
1 parent 5a19abf commit 8e8c94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite/plugins/nx-tsconfig-paths.plugin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TempFs } from 'nx/src/internal-testing-utils/temp-fs';
1+
import { TempFs } from '@nx/devkit/internal-testing-utils';
22
import { join } from 'node:path';
33

44
// `var` rather than `let`: transitive imports read `workspaceRoot` while the

0 commit comments

Comments
 (0)