Skip to content

Commit

Permalink
Updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 4, 2022
1 parent 74fd88c commit 73bab69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-test",
"version": "1.2.2",
"version": "1.2.3",
"description": "Virtual MIDI ports for testing MIDI applications",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"bugs": "https://github.com/jazz-soft/midi-test/issues",
"devDependencies": {
"eslint": "^8.29.0",
"jazz-midi": "^1.7.6",
"jazz-midi": "^1.7.7",
"jzz": "^1.5.5",
"mocha": "^10.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions test/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var mt = require('..');
var JZZ = require('jzz');

describe('MIDI messages', function() {
this.timeout(5000);
it('jzz', function(done) {
JZZ().and(function() {
console.log(this.info());
Expand Down

0 comments on commit 73bab69

Please sign in to comment.