Merge pull request #13181 from QKflame/patch-1

Update run-tests.md
This commit is contained in:
Usha Mandya 2021-07-23 10:24:51 +01:00 committed by GitHub
commit 983429aecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ Successfully tagged node-docker:latest
Ive truncated the output again for simplicity but you can see that our tests are run and passed. Lets break one of the tests and observe the output when our tests fail.
Open the test/test.js fiole and change line 5 as follows.
Open the test/test.js file and change line 5 as follows.
```shell
1 var assert = require('assert');