Skip to content

Commit

Permalink
test: fix server-worker-runner flaky test (#18247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 1, 2024
1 parent a577828 commit 8f82730
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { BroadcastChannel, Worker } from 'node:worker_threads'
import { describe, expect, it, onTestFinished } from 'vitest'
import { DevEnvironment } from '../../../server/environment'
import { DevEnvironment, RemoteEnvironmentTransport } from '../../..'
import { createServer } from '../../../server'
import { RemoteEnvironmentTransport } from '../../..'

describe('running module runner inside a worker', () => {
it('correctly runs ssr code', async () => {
Expand Down

0 comments on commit 8f82730

Please sign in to comment.