copay/test/mocha.conf.js

4 lines
79 B
JavaScript

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