From d4769b247cd804823e8524a2450a166cccc63756 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Tue, 20 Nov 2018 11:48:40 +0000 Subject: [PATCH] fixed markdown error --- 04 Lab 1 Software Quality.md | 1 + 1 file changed, 1 insertion(+) 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: