diff --git a/packages/vitest/src/node/index.ts b/packages/vitest/src/node/index.ts index 2f509fc86926..4c903849511f 100644 --- a/packages/vitest/src/node/index.ts +++ b/packages/vitest/src/node/index.ts @@ -44,5 +44,5 @@ export type { JsonOptions } from './reporters/json' export type { JUnitOptions } from './reporters/junit' export type { HTMLOptions } from './reporters/html' -export { isFileServingAllowed, createServer } from 'vite' +export { isFileServingAllowed, createServer, parseAst, parseAstAsync } from 'vite' export type * as Vite from 'vite'