Skip to content

Commit

Permalink
Merge pull request #1 from asavin/master
Browse files Browse the repository at this point in the history
Adding a sound of success
  • Loading branch information
jameshopkins committed May 5, 2016
2 parents e5d8c7a + a5ae60b commit c0a446e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function Trumpet(runner) {
+ color('pass', ' %s')
+ color(test.speed, ' (%dms)');
cursor.CR();
sfx.play(__dirname + '/success.m4a');
console.log(fmt, test.title, test.duration);
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-trumpet-reporter",
"version": "0.0.1",
"version": "0.0.2",
"description": "Trumper reporter for Mocha",
"main": "index.js",
"author": "",
Expand Down
Binary file added success.m4a
Binary file not shown.

0 comments on commit c0a446e

Please sign in to comment.