Skip to content

Commit

Permalink
chore(devkit): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi authored and Coly010 committed Sep 10, 2024
1 parent 4711aba commit d5136c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createTreeWithEmptyWorkspace } from 'nx/src/devkit-testing-exports';
import { findFileInClosestParentFolder } from '@nx/devkit/src/utils/find-file-in-closest-parent-folder';
import { findFileInClosestParentFolder } from './find-file-in-closest-parent-folder';

describe(findFileInClosestParentFolder.name, () => {
it.each([
Expand Down

0 comments on commit d5136c4

Please sign in to comment.