Skip to content

Commit 9186c97

Browse files
committed
chore(misc): fix failing remove unit tests (#23373)
<!-- 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 # (cherry picked from commit a25c2f6)
1 parent d75bab7 commit 9186c97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/workspace/src/generators/remove/lib/update-tsconfig.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ describe('updateTsconfig', () => {
3838
forceRemove: false,
3939
importPath: '@proj/whatever-name',
4040
};
41+
42+
graph = {
43+
nodes: {},
44+
dependencies: {},
45+
};
4146
});
4247

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

0 commit comments

Comments
 (0)