Skip to content

Commit

Permalink
feat: export registerConsoleShortcuts from vitest/node (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Jun 13, 2023
1 parent f6222fc commit bc49bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/node/index.ts
Expand Up @@ -3,6 +3,7 @@ export type { WorkspaceProject as VitestWorkspace } from './workspace'
export { createVitest } from './create'
export { VitestPlugin } from './plugins'
export { startVitest } from './cli-api'
export { registerConsoleShortcuts } from './stdin'
export type { WorkspaceSpec } from './pool'

export { VitestExecutor } from '../runtime/execute'
Expand Down

0 comments on commit bc49bac

Please sign in to comment.