UNPKG
nebulab-dropbox
Version:
latest (1.0.0)
1.0.0
0.10.3
Client library for the Dropbox API
github.com/nebulab-io/dropbox-js
nebulab-io/dropbox-js
nebulab-dropbox
/
test
/
src
/
helpers
/
browser_mocha_setup.coffee
10 lines
(9 loc)
•
298 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
if
typeof window isnt
'undefined'
mocha.
setup
(
ui
:
'bdd'
,
slow
:
150
,
timeout
:
15000
,
bail
:
false
,
ignoreLeaks
: !!window.cordova)
else
# Web Workers.
mocha.
setup
(
ui
:
'bdd'
,
slow
:
150
,
timeout
:
15000
,
bail
:
false
,
reporter
:
'post-message'
,
ignoreLeaks
:
false
)