Skip to content

Commit e2fc08f

Browse files
committed
iterate
1 parent f60fd8e commit e2fc08f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/get_browsers.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const platform = detectBrowserPlatform();
1111
const installBrowserCommonOpts = {
1212
platform,
1313
cacheDir: path.join(import.meta.dirname, '../browsers'),
14+
downloadProgressCallback: 'default',
1415
};
1516

1617
// Lowest versions are computed from "defaults and fully supports es6-module" query,

vitest.config.browser.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { defineConfig } from 'vitest/config';
33
import path from 'node:path';
44
import { browsers } from './bin/get_browsers.mjs';
55

6-
console.log('Using the following browsers:', browsers);
7-
86
export default defineConfig({
97
test: {
108
include: [

0 commit comments

Comments
 (0)