mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 03:32:27 +03:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
const setDefaultOptions = require('expect-puppeteer').setDefaultOptions;
|
|
|
|
jest.setTimeout(60000);
|
|
setDefaultOptions({ timeout: 60000 });
|