Skip to content

Commit

Permalink
chore(react): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 17, 2023
1 parent 4ac875c commit 5218e37
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe('determineProjectNameAndRootOptions', () => {
},
importPath: '@proj/lib-name',
projectRoot: 'shared/lib-name',
projectNameAndRootFormat: 'as-provided',
});
});

Expand Down Expand Up @@ -276,6 +277,7 @@ describe('determineProjectNameAndRootOptions', () => {
},
importPath: '@proj/shared/sub-dir/lib-name',
projectRoot: 'shared/sub-dir/lib-name',
projectNameAndRootFormat: 'derived',
});
});

Expand Down Expand Up @@ -383,6 +385,7 @@ describe('determineProjectNameAndRootOptions', () => {
},
importPath: '@proj/lib-name',
projectRoot: 'shared/lib-name',
projectNameAndRootFormat: 'as-provided',
});
});

Expand Down Expand Up @@ -539,6 +542,7 @@ describe('determineProjectNameAndRootOptions', () => {
},
importPath: '@proj/shared/sub-dir/lib-name',
projectRoot: 'libs/shared/sub-dir/lib-name',
projectNameAndRootFormat: 'derived',
});
});

Expand Down

0 comments on commit 5218e37

Please sign in to comment.