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
a2c39714c4
Wallet
/
test
/
mocha.conf.js
5 lines
85 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'
)
{
run js-beautify on everything ...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
window
.
mocha
.
setup
(
{
Change gruntfile and update dependencies
2014-09-24 12:34:29 -03:00
timeout
:
8000
run js-beautify on everything ...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
}
)
;
compare the type of window in order to avoid nodejs conflicts with test
2014-04-24 09:46:18 -03:00
}
Reference in a new issue
Copy permalink