mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 23:00:36 +03:00
rename tests folder to test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const { devices } = require('@playwright/test');
|
const { devices } = require('@playwright/test');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
testMatch: /.*\/tests\/playwright\/.*\.test\.[jt]sx?/,
|
testMatch: /.*\/test\/playwright\/.*\.test\.[jt]sx?/,
|
||||||
timeout: 10 * 60 * 1500,
|
timeout: 10 * 60 * 1500,
|
||||||
navigationTimeout: 1000,
|
navigationTimeout: 1000,
|
||||||
retries: 0,
|
retries: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user