summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/installation/assets/puppeteer/configuration/puppeteer.config.ts
blob: 5bcb82ffc8cfb2882c0a8ea6042f967e1c98d85c (plain)
1
2
3
4
5
6
import {type Configuration} from 'puppeteer';
import {join} from 'path';

export default {
  cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
} satisfies Configuration;