Replies: 3 comments
-
The tests for the library itself rely upon the |
Beta Was this translation helpful? Give feedback.
-
Have you tried using midi-test from jazz-soft? It has fewer requirements than node-midi because it mocks the midi implementation. It might be able to fix some of those commented out tests you have in that file. Should (theoretically) be faster too. I've been trying to use it and I have hit some what of a brickwall (due to the way it possibly handles promises) so im curious if you've experimented with it and ditched it. |
Beta Was this translation helpful? Give feedback.
-
I have not tried it. I believe it had not yet been released when I chose to go with the |
Beta Was this translation helpful? Give feedback.
-
Since the library now supports midi in node my testings is failing because i don't know how to test if midi is unavailable.
any ideas how i can stop midi working for testing?
Beta Was this translation helpful? Give feedback.
All reactions