Skip to content

Commit

Permalink
Missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Aug 5, 2019
1 parent af273af commit 05935d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/minified.js
@@ -0,0 +1,10 @@
//// testing the minified script

var JZZ = require('../minified/jzz.js');
global.navigator = { requestMIDIAccess: JZZ.requestMIDIAccess };

describe('Minified script', function() {
it('it works!', function(done) {
JZZ({ engine: 'webmidi' }).and(done);
});
});

0 comments on commit 05935d8

Please sign in to comment.