UNPKG
ableton-push
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0
Interface with the Ableton Push in Meshblu!
github.com/redaphid/ableton-push
redaphid/ableton-push
ableton-push
/
test
/
test_helper.coffee
9 lines
(6 loc)
•
159 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
chai =
require
'chai'
sinon =
require
'sinon'
sinonChai =
require
'sinon-chai'
chai.
use
sinonChai
global
.expect = chai.expect
global
.sinon = sinon