Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 8, 2024
1 parent eb8ca8d commit a9826f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/hmr-ssr/__tests__/hmr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import {
test,
vi,
} from 'vitest'
import type { InlineConfig, Logger, ViteDevServer, ViteRuntime } from 'vite'
import type { InlineConfig, Logger, ViteDevServer } from 'vite'
import { createServer, createViteRuntime } from 'vite'
import type { ViteRuntime } from 'vite/runtime'
import type { RollupError } from 'rollup'
import { page, promiseWithResolvers, untilUpdated, viteTestUrl } from '~utils'

Expand Down
1 change: 1 addition & 0 deletions playground/hmr-ssr/counter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export function increment() {
export function getCount() {
return count
}
// @ts-expect-error not used but this is to test that it works
function neverCalled() {
import('./dep')
}

0 comments on commit a9826f8

Please sign in to comment.