Skip to content

Commit 3fdfc97

Browse files
authored
test.md: add npm update
1 parent 67b5ebe commit 3fdfc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ctest -V
2121
Run js unit tests (in test/unit folder):
2222

2323
```
24-
npm install
24+
npm install # npm update
2525
npm test
2626
```
2727

@@ -74,7 +74,7 @@ sudo unzip /chromedriver/chromedriver* -d /chromedriver
7474

7575
```
7676
cd test/integration
77-
npm install
77+
npm install # npm update
7878
```
7979

8080
### Run all tests

0 commit comments

Comments
 (0)