Skip to content

Commit

Permalink
mocha report in landing strip format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 7, 2017
1 parent c2408a5 commit 1fd9580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions lighthouse-core/formatters/partials/speedline.html
@@ -1,9 +1,3 @@
<style>
.speedline-measures {
font-size: 14px
}
</style>

<ul class="subitem__details">
<li class="subitem__detail">First Visual Change: <strong>{{this.timings.firstVisualChange}}ms</strong></li>
<li class="subitem__detail">Last Visual Change: <strong>{{this.timings.visuallyComplete}}ms</strong></li>
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/scripts/run-mocha.sh
Expand Up @@ -3,7 +3,7 @@
flag=$1

function _runmocha() {
mocha $2 $(find $1/test -name '*-test.js') --timeout 60000;
mocha --reporter landing $2 $(find $1/test -name '*-test.js') --timeout 60000;
}

if [ "$flag" == '--watch' ]; then
Expand Down

0 comments on commit 1fd9580

Please sign in to comment.