From f48000559d9b5ca62a8dbdc01dd054455718cb62 Mon Sep 17 00:00:00 2001 From: Umar Hansa Date: Wed, 26 Aug 2020 23:26:08 +0100 Subject: [PATCH 1/2] This commit fails a LH audit --- 3-auditing/1-lighthouse/views/index.html | 2 +- 3-auditing/4-code-coverage/package.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/3-auditing/1-lighthouse/views/index.html b/3-auditing/1-lighthouse/views/index.html index 737c95c..2fc79c1 100644 --- a/3-auditing/1-lighthouse/views/index.html +++ b/3-auditing/1-lighthouse/views/index.html @@ -6,8 +6,8 @@
{% block content %}

Page: {{ page }}

-

Page: {{ page }}

Page: {{ page }}

+

Page: {{ page }}

Page: {{ page }}


Looks like we're up and running!

diff --git a/3-auditing/4-code-coverage/package.json b/3-auditing/4-code-coverage/package.json index 15cfefc..3f9c724 100644 --- a/3-auditing/4-code-coverage/package.json +++ b/3-auditing/4-code-coverage/package.json @@ -4,7 +4,4 @@ "scripts": { "start": "node --experimental-top-level-await index" } -} - - - +} \ No newline at end of file From 10b3368a151449b62b9cc510831b336bca805a6b Mon Sep 17 00:00:00 2001 From: Umar Hansa Date: Wed, 26 Aug 2020 23:37:23 +0100 Subject: [PATCH 2/2] This commit passes a LH audit --- 3-auditing/1-lighthouse/views/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-auditing/1-lighthouse/views/index.html b/3-auditing/1-lighthouse/views/index.html index 2fc79c1..737c95c 100644 --- a/3-auditing/1-lighthouse/views/index.html +++ b/3-auditing/1-lighthouse/views/index.html @@ -6,8 +6,8 @@
{% block content %}

Page: {{ page }}

-

Page: {{ page }}

Page: {{ page }}

+

Page: {{ page }}

Page: {{ page }}


Looks like we're up and running!