We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 452a84e + 80fd6a0 commit f043b7bCopy full SHA for f043b7b
test/image/README.md
@@ -15,6 +15,12 @@ Boot up docker machine (named `default`):
15
docker-machine start default
16
```
17
18
+If this is your first time, you'll need to create the machine instead:
19
+
20
+```bash
21
+docker-machine create --driver virtualbox default
22
+```
23
24
Set up the docker environment for `docker-compose`:
25
26
```bash
@@ -117,7 +123,7 @@ which generates a baseline png image in [`test/image/baselines`][baselines].
117
123
To update existing baseline image(s), run
118
124
119
125
120
-npm run basline -- <glob-of-mocks-to-update>
126
+npm run baseline -- <glob-of-mocks-to-update>
121
127
122
128
129
0 commit comments