Update run-tests.md

This commit is contained in:
QKflame 2021-07-14 23:47:32 +08:00 committed by GitHub
parent df661019a6
commit 16e3321138
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');