Skip to content

Commit 8656715

Browse files
authored
Merge pull request #2363 from micpob/patch-9
Update sentence
2 parents d7ad3dc + a94a46c commit 8656715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Containerize the application by creating <i>todo-app/todo-frontend/Dockerfile</i
156156

157157
#### Exercise 12.14: Testing during the build process
158158

159-
One interesting possibility to utilize multi-stage builds is to use a separate build stage for [testing](https://docs.docker.com/language/nodejs/run-tests/). If the testing stage fails, the whole build process will also fail. Note that it may not be the best idea to move <i>all testing</i> to be done during the building of an image, but there may be <i>some</i> containerization-related tests when this might be a good idea.
159+
One interesting possibility to utilize multi-stage builds is to use a separate build stage for [testing](https://docs.docker.com/language/nodejs/run-tests/). If the testing stage fails, the whole build process will also fail. Note that it may not be the best idea to move <i>all testing</i> to be done during the building of an image, but there may be <i>some</i> containerization-related tests where this might be a good idea.
160160

161161
Extract a component <i>Todo</i> that represents a single todo. Write a test for the new component and add running tests into the build process.
162162

0 commit comments

Comments
 (0)