Wallet/test/mocha.conf.js
Ryan X. Charles ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00

5 lines
85 B
JavaScript

if (typeof window != 'undefined') {
window.mocha.setup({
timeout: 5000
});
}