Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 18, 2024
1 parent c5ce7b4 commit 09bccc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export { transformWithEsbuild } from './plugins/esbuild'
export { buildErrorMessage } from './server/middlewares/error'

export { RemoteEnvironmentTransport } from './server/environmentTransport'
export { createNodeDevEnvironment } from './server/environments/nodeEnvironment'
export { DevEnvironment, type DevEnvironmentSetup } from './server/environment'
export { BuildEnvironment } from './build'
export { createNodeDevEnvironment } from './server/environments/nodeEnvironment'

export { fetchModule, type FetchModuleOptions } from './ssr/fetchModule'
export { createServerModuleRunner } from './ssr/runtime/serverModuleRunner'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BroadcastChannel, Worker } from 'node:worker_threads'
import { describe, expect, it, onTestFinished } from 'vitest'
import { DevEnvironment } from '../../../server/environment'
import { createServer } from '../../../server'
import { DevEnvironment } from '../../../server/environment'
import { RemoteEnvironmentTransport } from '../../..'

describe('running module runner inside a worker', () => {
Expand Down

0 comments on commit 09bccc1

Please sign in to comment.