mirror of https://github.com/docker/docs.git
Update run-tests.md
This commit is contained in:
parent
df661019a6
commit
16e3321138
|
@ -222,7 +222,7 @@ Successfully tagged node-docker:latest
|
|||
|
||||
I’ve truncated the output again for simplicity but you can see that our tests are run and passed. Let’s 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');
|
||||
|
|
Loading…
Reference in New Issue