mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
module.exports = {
|
|
preset: 'jest-puppeteer',
|
|
testRegex: './*\\.test\\.js$',
|
|
verbose: true,
|
|
maxWorkers: 4
|
|
};
|
|
|