Skip to content

Commit

Permalink
fix(nx-verdaccio-env): adjust test description
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 25, 2024
1 parent c9345e5 commit f2411e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('runNpmInstallExecutor', () => {
executeProcessSpy.mockReset();
});

it('should execute npm install for the given project.', async () => {
it('should execute npm install for the given project', async () => {
await expect(
runNpmInstallExecutor(
{
Expand Down

0 comments on commit f2411e3

Please sign in to comment.