diff --git a/04 Lab 1 Software Quality.md b/04 Lab 1 Software Quality.md index 667ea8b..2309b4f 100644 --- a/04 Lab 1 Software Quality.md +++ b/04 Lab 1 Software Quality.md @@ -91,6 +91,7 @@ This week you are starting the development process. You are advised to use the ` 15. Modify the `pre-push` hook to run the jest test suite with code coverage. ### 2.1 Preparing for Test-Driven Development + At this stage you can start building your system. Each time you commit code the linter will run. Each time you push your code it will run the unit tests. Every time you add a new `.js` file to your code you should: