Skip to content

Commit

Permalink
chore(misc): fix failing remove unit tests (nrwl#23373)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz authored May 14, 2024
1 parent 66b9106 commit a25c2f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ describe('updateTsconfig', () => {
forceRemove: false,
importPath: '@proj/whatever-name',
};

graph = {
nodes: {},
dependencies: {},
};
});

it('should delete project ref from the root tsconfig.base.json', async () => {
Expand Down

0 comments on commit a25c2f6

Please sign in to comment.