Wallet/test/mocha.conf.js
2014-09-25 09:27:39 -03:00

5 lines
85 B
JavaScript

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