Skip to content

Commit d35d0dd

Browse files
authored
chore: add lesson_15 stretch requirements (code-differently#529)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 960d2a7 commit d35d0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_15/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In addition to writing unit tests, you will need to implement a new method on th
2020

2121
### Stretch assignment
2222

23-
TODO(anthonydmays): Add details soon
23+
For this stretch assignment, you will create a unique folder and copy the lesson 10 `libraries` app typescript project to it. Then, create integration tests for the `MediaCollectionApp` that ensures it can load CSV data using a specific loader. Also configure a code coverage framework and ensure that code coverage is at least 70% is achieved for the whole app. Lastly, add a script to the `package.json` that allows for running the integration tests separately from the main unit tests.
2424

2525
[coverage-report]: ./tdd/tdd_app/build/reports/jacoco/test/html/index.html
2626
[unit-tests-link]: ./tdd/tdd_app/src/test/java/com/codedifferently/lesson15/

0 commit comments

Comments
 (0)