Skip to content

Commit

Permalink
fix(repo): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 1, 2024
1 parent 5b85cb1 commit 7a7e555
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,817 deletions.
1 change: 0 additions & 1 deletion nx-dev/nx-dev-e2e/src/packages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ const pages: Array<{ title: string; path: string }> = [
title: '@nx/plugin:executor',
path: '/packages/plugin/generators/executor',
},
{ title: '@nx/plugin:e2e', path: '/packages/plugin/executors/e2e' },
{ title: '@nx/react', path: '/packages/react' },
{ title: '@nx/react:init', path: '/packages/react/generators/init' },
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
writeFileSync,
} from 'fs-extra';
import { dirname, extname, join, relative } from 'path';
import { findNodes } from 'nx/src/utils/typescript';
import { findNodes } from '@nx/js';

import type { NextBuildBuilderOptions } from '../../../utils/types';

Expand Down
Loading

0 comments on commit 7a7e555

Please sign in to comment.