Skip to content

Commit

Permalink
renamed title of hasConsoleLogs test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubik2000 authored and juffalow committed Nov 14, 2020
1 parent 2e7295b commit 1778ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/JavaScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class JavaScript extends Test {
};
const hasConsoleLogs = {
status: this.hasConsoleLogs(result) ? 'SUCCESS' : 'WARNING',
title: 'Minified',
title: 'ConsoleLogs',
description: '',
};

Expand Down

0 comments on commit 1778ab7

Please sign in to comment.