copay/test/mocha.conf.js

6 lines
85 B
JavaScript

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