Skip to content

Commit d640904

Browse files
authored
docs: remove confusing --no-package-lock [ci skip]
1 parent 4f1aaa5 commit d640904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Guide.Jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before starting with Jest setup, be sure to complete the preliminary sections of
2727
Afterward, install the respective npm packages:
2828

2929
```sh
30-
npm install jest jest-circus --save-dev --no-package-lock
30+
npm install jest jest-circus --save-dev
3131
```
3232

3333
If you are already using Jest in your project,

0 commit comments

Comments
 (0)