This website requires JavaScript.
Explore
Help
Register
Sign in
anders
/
Wallet
Watch
1
Star
0
Fork
You've already forked Wallet
0
Code
Issues
Projects
Releases
Packages
Wiki
Activity
be4f6dbadd
Wallet
/
test
/
mocha.conf.js
3 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
compare the type of window in order to avoid nodejs conflicts with test
2014-04-24 09:46:18 -03:00
if
(
typeof
window
!=
'undefined'
)
{
window
.
mocha
.
setup
(
{
timeout
:
5000
}
)
;
}
Reference in a new issue
Copy permalink