[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix: util import (#3621)

authored by

Sebastian Lorenz and committed by
GitHub
(Jun 20, 2023, 12:48 PM +0200) 2fb4ceff 45ca1380

+1 -1
+1 -1
packages/utils/src/display.ts
··· 1 1 // eslint-disable-next-line unicorn/prefer-node-protocol 2 - import util from 'util' 2 + import * as util from 'util' 3 3 4 4 // @ts-expect-error doesn't have types 5 5 import loupeImport from 'loupe'