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