UNPKG
nanocyte-deployer
Version:
latest (5.4.0)
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0
4.1.0
4.0.0
3.0.3
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.14.0
1.13.7
1.13.6
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
1.10.2
1.10.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.0.2
1.0.1
Deploy flows to nanocyte
github.com/octoblu/nanocyte-deployer
octoblu/nanocyte-deployer
nanocyte-deployer
/
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