Skip to content

Commit

Permalink
Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Nov 2, 2018
1 parent 8326c0d commit b9e1a7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/mocha.js
Expand Up @@ -341,8 +341,9 @@ describe('JZZ.Widget', function() {

describe('Engine', function() {
this.timeout(10000);
it('JZZ()', function(done) {
JZZ().wait(0).wait(1).and(function() { console.log(this.info()); done(); });
it.only('JZZ()', function(done) {
console.log(JZZ().info());
JZZ().or('Cannot start JZZ!').wait(0).wait(1).and(function() { console.log(this.info()); done(); });
});
it('Non-existing port', function(done) {
JZZ().openMidiOut('Non-existing port').or(function() { done(); });
Expand Down

0 comments on commit b9e1a7e

Please sign in to comment.