summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/installation/assets/puppeteer/trimCache.js
blob: a810e2aac20cdc646a0eb7a2e470b1a4b46cd863 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @license
 * Copyright 2023 Google Inc.
 * SPDX-License-Identifier: Apache-2.0
 */

import puppeteer from 'puppeteer';

(async () => {
  await puppeteer.trimCache();
})();