3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
if (typeof window != 'undefined') {
|
|
window.mocha.setup({ timeout: 5000 });
|
|
}
|