Skip to content

Commit

Permalink
style(bin/_mocha): Remove leftover growl-related code
Browse files Browse the repository at this point in the history
Issue mochajs#2132 removed the unused growl() function, but left the images. This finishes the job.

Fixes mochajs#3341
  • Loading branch information
plroebuck committed Apr 21, 2018
1 parent a0a2bd3 commit 30e77f3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bin/_mocha
Expand Up @@ -138,15 +138,6 @@ let globals = [];

const requires = [];

/**
* Images.
*/

const images = {
fail: path.join(__dirname, '..', 'assets', 'growl', 'error.png'),
pass: path.join(__dirname, '..', 'assets', 'growl', 'ok.png')
};

// options

program
Expand Down

0 comments on commit 30e77f3

Please sign in to comment.