mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-27 18:14:06 +03:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
const { globalSetup } = require('jest-playwright-preset');
|
|
|
|
module.exports = async (jestConfig) => {
|
|
await globalSetup(jestConfig);
|
|
};
|