mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
module.exports = {
|
|
timeout: 30000,
|
|
retries: process.env.CI ? 0 : 0,
|
|
workers: 1,
|
|
use: {
|
|
headless: true,
|
|
},
|
|
testDir: './test',
|
|
};
|